Skip to content

Commit 986960b

Browse files
committed
chore: release v0.3.8
1 parent d0f059f commit 986960b

File tree

4 files changed

+7
-5
lines changed

4 files changed

+7
-5
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Changelog
22

3+
## [0.3.8](https://github.com/mxvsh/wave/compare/v0.3.7...v0.3.8) (2026-04-04)
4+
35
## [0.3.7](https://github.com/mxvsh/wave/compare/v0.3.6...v0.3.7) (2026-04-04)
46

57
### Bug Fixes

Wave.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@
283283
CODE_SIGN_ENTITLEMENTS = wave/wave.entitlements;
284284
CODE_SIGN_STYLE = Automatic;
285285
COMBINE_HIDPI_IMAGES = YES;
286-
CURRENT_PROJECT_VERSION = 0.3.7;
286+
CURRENT_PROJECT_VERSION = 0.3.8;
287287
DEVELOPMENT_TEAM = 996Y4MJA7D;
288288
ENABLE_APP_SANDBOX = NO;
289289
ENABLE_HARDENED_RUNTIME = YES;
@@ -326,7 +326,7 @@
326326
CODE_SIGN_ENTITLEMENTS = wave/wave.entitlements;
327327
CODE_SIGN_STYLE = Automatic;
328328
COMBINE_HIDPI_IMAGES = YES;
329-
CURRENT_PROJECT_VERSION = 0.3.7;
329+
CURRENT_PROJECT_VERSION = 0.3.8;
330330
DEVELOPMENT_TEAM = 996Y4MJA7D;
331331
ENABLE_APP_SANDBOX = NO;
332332
ENABLE_HARDENED_RUNTIME = YES;

Wave/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@
1717
<key>CFBundlePackageType</key>
1818
<string>APPL</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>0.3.7</string>
20+
<string>0.3.8</string>
2121
<key>CFBundleVersion</key>
22-
<string>0.3.7</string>
22+
<string>0.3.8</string>
2323
<key>LSUIElement</key>
2424
<false/>
2525
<key>NSAccentColorName</key>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@
99
"@release-it/conventional-changelog": "^10.0.5",
1010
"release-it": "^19.2.4"
1111
},
12-
"version": "0.3.7"
12+
"version": "0.3.8"
1313
}

0 commit comments

Comments
 (0)