Skip to content

Commit

Permalink
Bump version to 0.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewwong525 committed Jun 9, 2023
1 parent 101f2e4 commit a1ad332
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion pubspec.yaml
Expand Up @@ -15,7 +15,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
# Read more about iOS versioning at
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
version: 0.10.1+66
version: 0.10.2+67

environment:
sdk: ">=2.17.0 <3.0.0"
Expand Down
16 changes: 8 additions & 8 deletions safari/Fleeting Notes.xcodeproj/project.pbxproj
Expand Up @@ -465,7 +465,7 @@
CODE_SIGN_ENTITLEMENTS = "Fleeting Notes Extension/Fleeting_Notes_Extension.entitlements";
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 66;
CURRENT_PROJECT_VERSION = 67;
DEVELOPMENT_TEAM = 4MLDMH9QYL;
ENABLE_HARDENED_RUNTIME = YES;
GENERATE_INFOPLIST_FILE = YES;
Expand All @@ -478,7 +478,7 @@
"@executable_path/../../../../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 10.14;
MARKETING_VERSION = 0.10.1;
MARKETING_VERSION = 0.10.2;
OTHER_LDFLAGS = (
"-framework",
SafariServices,
Expand All @@ -497,7 +497,7 @@
CODE_SIGN_ENTITLEMENTS = "Fleeting Notes Extension/Fleeting_Notes_Extension.entitlements";
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 66;
CURRENT_PROJECT_VERSION = 67;
DEVELOPMENT_TEAM = 4MLDMH9QYL;
ENABLE_HARDENED_RUNTIME = YES;
GENERATE_INFOPLIST_FILE = YES;
Expand All @@ -510,7 +510,7 @@
"@executable_path/../../../../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 10.14;
MARKETING_VERSION = 0.10.1;
MARKETING_VERSION = 0.10.2;
OTHER_LDFLAGS = (
"-framework",
SafariServices,
Expand All @@ -533,7 +533,7 @@
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development";
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 66;
CURRENT_PROJECT_VERSION = 67;
DEVELOPMENT_TEAM = 4MLDMH9QYL;
ENABLE_HARDENED_RUNTIME = YES;
GENERATE_INFOPLIST_FILE = YES;
Expand All @@ -548,7 +548,7 @@
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 10.14;
MARKETING_VERSION = 0.10.1;
MARKETING_VERSION = 0.10.2;
OTHER_LDFLAGS = (
"-framework",
SafariServices,
Expand All @@ -572,7 +572,7 @@
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development";
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 66;
CURRENT_PROJECT_VERSION = 67;
DEVELOPMENT_TEAM = 4MLDMH9QYL;
ENABLE_HARDENED_RUNTIME = YES;
GENERATE_INFOPLIST_FILE = YES;
Expand All @@ -587,7 +587,7 @@
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 10.14;
MARKETING_VERSION = 0.10.1;
MARKETING_VERSION = 0.10.2;
OTHER_LDFLAGS = (
"-framework",
SafariServices,
Expand Down
2 changes: 1 addition & 1 deletion web/manifest2.json
Expand Up @@ -6,7 +6,7 @@
"48": "/icons/48.png",
"128": "/icons/128.png"
},
"version": "0.10.1",
"version": "0.10.2",
"browser_action": {
"default_icon": "/icons/196.png"
},
Expand Down
2 changes: 1 addition & 1 deletion web/manifest3.json
Expand Up @@ -6,7 +6,7 @@
"48": "/icons/48.png",
"128": "/icons/128.png"
},
"version": "0.10.1",
"version": "0.10.2",
"content_security_policy": {
"extension_pages": "script-src 'self' ; object-src 'self'"
},
Expand Down
2 changes: 1 addition & 1 deletion windows/build.dart
Expand Up @@ -10,7 +10,7 @@ void main() {
InnoSetup(
app: InnoSetupApp(
name: 'Fleeting Notes',
version: Version.parse('0.10.1'),
version: Version.parse('0.10.2'),
publisher: 'Matthew Wong',
urls: InnoSetupAppUrls(
homeUrl: Uri.parse('https://fleetingnotes.app/'),
Expand Down

0 comments on commit a1ad332

Please sign in to comment.