Skip to content

Commit

Permalink
Bump version, + typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
cannam committed Jun 2, 2023
1 parent 1e49392 commit c68b834
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -23,7 +23,7 @@ Installation is the same as for other individual Vamp plugin libraries:
or `$HOME/Library/Audio/Plug-Ins/Vamp`

* On Linux, copy `expressive-means.so`, `expressive-means.cat`,
and `expressive-means.n3` the folder `/usr/local/lib/vamp`
and `expressive-means.n3` to the folder `/usr/local/lib/vamp`
or `$HOME/vamp`

In each case, if the destination folder doesn't already exist, create
Expand Down
6 changes: 3 additions & 3 deletions meson.build
@@ -1,7 +1,7 @@
project(
'Expressive Means',
'c', 'cpp',
version: '0.3',
version: '0.3.1',
license: 'GPL-2.0-or-later',
default_options: [
'cpp_std=c++17',
Expand All @@ -13,8 +13,8 @@ project(
meson_version: '>= 0.53.0'
)

# Increment for each bump of the project version
plugin_version = '3'
# Increment for each bump of the project version (major or minor, doesn't matter)
plugin_version = '4'

conf = configuration_data()
conf.set('version', meson.project_version())
Expand Down

0 comments on commit c68b834

Please sign in to comment.