Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
cannam committed May 30, 2023
1 parent a800ea4 commit 78a0d54
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions meson.build
@@ -1,7 +1,7 @@
project(
'Expressive Means',
'c', 'cpp',
version: '0.2',
version: '0.3',
license: 'GPL-2.0-or-later',
default_options: [
'cpp_std=c++17',
Expand All @@ -14,7 +14,7 @@ project(
)

# Increment for each bump of the project version
plugin_version = '2'
plugin_version = '3'

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

0 comments on commit 78a0d54

Please sign in to comment.