Skip to content

Commit 979e9dc

Browse files
committed
Bump version
1 parent 4645fc8 commit 979e9dc

File tree

5 files changed

+7
-1
lines changed

5 files changed

+7
-1
lines changed

CHANGELOG.txt

+2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
1+
* macOS: Fix missing icon in menu bar (#1243)
2+
* Add preference to disable in-app purchases (#1241)
13
* Resolve visual inconsistencies in module fields (#1240)
24
* Import VPN configuration file into module (#1238)

Passepartout/Config.xcconfig

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
// https://help.apple.com/xcode/#/dev745c5c974
2828

2929
MARKETING_VERSION = 3.2.1
30-
CURRENT_PROJECT_VERSION = 3777
30+
CURRENT_PROJECT_VERSION = 3778
3131

3232
// tweak these based on app and team
3333
CFG_APP_ID = com.algoritmico.ios.Passepartout
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1+
* Add preference to disable in-app purchases (#1241)
12
* Resolve visual inconsistencies in module fields (#1240)
23
* Import VPN configuration file into module (#1238)
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
1+
* macOS: Fix missing icon in menu bar (#1243)
2+
* Add preference to disable in-app purchases (#1241)
13
* Resolve visual inconsistencies in module fields (#1240)
24
* Import VPN configuration file into module (#1238)
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1+
* Add preference to disable in-app purchases (#1241)
12
* Resolve visual inconsistencies in module fields (#1240)
23
* Import VPN configuration file into module (#1238)

0 commit comments

Comments
 (0)