Skip to content

Commit 1ad370b

Browse files
committed
v0.0.18
1 parent 290ab93 commit 1ad370b

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.0.17
1+
0.0.18

assets/macos/info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
<key>CFBundleIdentifier</key>
1010
<string>com.foxnne.fizzy</string>
1111
<key>CFBundleShortVersionString</key>
12-
<string>0.0.17</string>
12+
<string>0.0.18</string>
1313
<key>CFBundleVersion</key>
14-
<string>0.0.17</string>
14+
<string>0.0.18</string>
1515
<key>CFBundleIconFile</key>
1616
<string>fizzy.icns</string>
1717
<!--

build.zig.zon

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
.fingerprint = 0x3311781b569a8e73,
1010
.name = .fizzy,
11-
.version = "0.0.17",
11+
.version = "0.0.18",
1212
.minimum_zig_version = "0.16.0",
1313
.dependencies = .{
1414
.zig_objc = .{

0 commit comments

Comments
 (0)