swappy/.versionrc
Jeremy Attali 2878474e7c
chore(release): add bump meson script (#39)
Mixing C code with Javascript files, what's not to love.

Simply run the following line to generate a new standard version:

```
npx standard-version --sign
```
2020-06-22 23:03:37 -04:00

9 lines
116 B
Plaintext

{
"bumpFiles": [
{
"filename": "meson.build",
"updater": "script/bump-meson-build.js"
}
]
}