Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
leits committed Apr 30, 2021
1 parent d0e5d72 commit 7a3c09b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Changelog for Meetingbar

## Version 3.3.0 (WIP)
* Fixed time stucking ⏱️
* Fixed bug with timer freeze ⏱️
* Browser management 🧰
* Quick Actions ⚡
* Show/hide meeting title in status bar
Expand Down
4 changes: 2 additions & 2 deletions MeetingBar.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -673,7 +673,7 @@
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 118;
CURRENT_PROJECT_VERSION = 119;
DEVELOPMENT_ASSET_PATHS = "";
ENABLE_HARDENED_RUNTIME = YES;
ENABLE_PREVIEWS = YES;
Expand All @@ -699,7 +699,7 @@
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 118;
CURRENT_PROJECT_VERSION = 119;
DEVELOPMENT_ASSET_PATHS = "";
ENABLE_HARDENED_RUNTIME = YES;
ENABLE_PREVIEWS = YES;
Expand Down
2 changes: 1 addition & 1 deletion MeetingBar/Views/Changelog/Changelog.swift
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ struct ChangelogView: View {
}
if lastRevisedVersionInChangelog < "3.3.0" {
Section(header: Text("Version 3.3.0")) {
Text("⏱️ Fixed time stucking")
Text("⏱️ Fixed bug with timer freeze")
Text("🧰 Browser management")
Text("⚡ Quick Actions: ")
Text(" - Show/hide meeting title in status bar")
Expand Down

0 comments on commit 7a3c09b

Please sign in to comment.