Skip to content

Commit 771f723

Browse files
committed
Release v1.3.1
1 parent 8e644a2 commit 771f723

2 files changed

Lines changed: 2 additions & 2 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.64.0',
4-
version: '1.3.0'
4+
version: '1.3.1'
55
)
66

77
version_h = declare_dependency(

package.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
}:
1616
buildPythonPackage {
1717
pname = "vapoursynth-akarin";
18-
version = "1.3.0";
18+
version = "1.3.1";
1919
pyproject = true;
2020

2121
src = lib.fileset.toSource {

0 commit comments

Comments
 (0)