Skip to content

Commit 913204b

Browse files
committed
v0.0.15
1 parent 22e7cca commit 913204b

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.0.14
1+
0.0.15

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.14</string>
12+
<string>0.0.15</string>
1313
<key>CFBundleVersion</key>
14-
<string>0.0.14</string>
14+
<string>0.0.15</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.14",
11+
.version = "0.0.15",
1212
.minimum_zig_version = "0.16.0",
1313
.dependencies = .{
1414
.zig_objc = .{

docs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -584,7 +584,7 @@
584584
<a href="#" class="brand" aria-label="fizzy home">
585585
<img src="img/icon.png" alt="" />
586586
<span class="name">fizzy</span>
587-
<span class="ver" id="ver">v0.0.14 · zig 0.16</span>
587+
<span class="ver" id="ver">v0.0.15 · zig 0.16</span>
588588
</a>
589589
<button class="menu-toggle" aria-label="Menu" onclick="document.querySelector('nav.top').classList.toggle('open')"></button>
590590
<nav class="top">

0 commit comments

Comments
 (0)