Skip to content

Commit

Permalink
Release v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
any1 committed Jul 9, 2022
1 parent 28963df commit f851f4f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions meson.build
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
project(
'wayvnc',
'c',
version: '0.4.0',
version: '0.5.0',
license: 'ISC',
default_options: [
'c_std=gnu11',
Expand Down Expand Up @@ -47,7 +47,7 @@ drm = dependency('libdrm')
xkbcommon = dependency('xkbcommon', version: '>=1.0.0')
wayland_client = dependency('wayland-client')

neatvnc_version = '>=0.4.0'
neatvnc_version = '>=0.5.0'

neatvnc_project = subproject(
'neatvnc',
Expand Down

0 comments on commit f851f4f

Please sign in to comment.