Skip to content

Commit 9813b08

Browse files
committed
bump version to v1.2.12
1 parent 9d1218b commit 9813b08

File tree

2 files changed

+3
-8
lines changed

2 files changed

+3
-8
lines changed

CHANGELOG.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
11
# Changes
22

3-
- Backporting: add support for iOS 14
4-
- Backporting: remove buggy support for Mac Catalyst
5-
- Feature: add option for the legacy UI
6-
- UX: add section title for the sidebar on iPad
7-
- Bugfix: network traffic cell is no longer selectable
8-
- Bugfix: fix memory leaks in animated backgrounds
3+
- Bugfix: Fix a issue that the dashboard is not kept updating when pinned items changed.

Reveil.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1299,7 +1299,7 @@
12991299
CODE_SIGN_ENTITLEMENTS = Reveil/Reveil.entitlements;
13001300
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "-";
13011301
CODE_SIGN_STYLE = Automatic;
1302-
CURRENT_PROJECT_VERSION = 11;
1302+
CURRENT_PROJECT_VERSION = 12;
13031303
DEVELOPMENT_ASSET_PATHS = "";
13041304
DEVELOPMENT_TEAM = GXZ23M5TP2;
13051305
"ENABLE_HARDENED_RUNTIME[sdk=macosx*]" = YES;
@@ -1341,7 +1341,7 @@
13411341
CODE_SIGN_ENTITLEMENTS = Reveil/Reveil.entitlements;
13421342
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "-";
13431343
CODE_SIGN_STYLE = Automatic;
1344-
CURRENT_PROJECT_VERSION = 11;
1344+
CURRENT_PROJECT_VERSION = 12;
13451345
DEVELOPMENT_ASSET_PATHS = "";
13461346
DEVELOPMENT_TEAM = GXZ23M5TP2;
13471347
"ENABLE_HARDENED_RUNTIME[sdk=macosx*]" = YES;

0 commit comments

Comments
 (0)