Skip to content

Commit b4908cd

Browse files
committed
Release v1.1.0
1 parent 6e47392 commit b4908cd

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
project('Plugin', 'c', 'cpp',
22
default_options: ['buildtype=release', 'b_ndebug=if-release', 'c_std=c99', 'cpp_std=c++20'],
33
meson_version: '>=0.48.0',
4-
version: '1.0.0'
4+
version: '1.1.0'
55
)
66

77
version_h = declare_dependency(

package.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
}:
1111
stdenv.mkDerivation (finalAttrs: {
1212
pname = "akarin";
13-
version = "1.0.0";
13+
version = "1.1.0";
1414

1515
src = lib.fileset.toSource {
1616
root = ./.;

plugin.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ VS_EXTERNAL_API(void) VapourSynthPluginInit2(VSPlugin *plugin, const VSPLUGINAPI
2929
"info.akarin.vsplugin",
3030
"akarin",
3131
"Akarin's Experimental Filters",
32-
VS_MAKE_VERSION(1, 0),
32+
VS_MAKE_VERSION(1, 1),
3333
VAPOURSYNTH_API_VERSION,
3434
0,
3535
plugin

0 commit comments

Comments
 (0)