Skip to content

Commit 848c652

Browse files
committed
v1.5.1
1 parent 2d4ee31 commit 848c652

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(
22
'swash',
33
'c',
4-
version: '1.5.0',
4+
version: '1.5.1',
55
license: 'GPL-3.0-or-later',
66
license_files: 'LICENSE',
77
default_options: [

nix/package.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
stdenv.mkDerivation (finalAttrs: {
1515
pname = "swash";
16-
version = "1.5.0";
16+
version = "1.5.1";
1717

1818
src = ../.;
1919

0 commit comments

Comments
 (0)