Skip to content

Commit

Permalink
update 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DargonLee committed Jan 13, 2025
1 parent 7bb1bea commit 8243ddf
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion lib/model/settings_constants.dart
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
class SettingsConstants {
static const String aboutTitle = '关于';
static const String appVersion = 'v2.1.0';
static const String appVersion = 'v2.2.0';
static const String githubUrl = 'https://github.com/DargonLee/easy_pasta';
static const String versionInfoTitle = '版本信息';
static const String versionInfoSubtitle = '查看版本和项目信息';
Expand Down
6 changes: 3 additions & 3 deletions macos/Runner.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -595,7 +595,7 @@
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 10.15;
MARKETING_VERSION = 2.1.0;
MARKETING_VERSION = 2.2.0;
PRODUCT_BUNDLE_IDENTIFIER = com.harlans.easypasta.app;
PROVISIONING_PROFILE_SPECIFIER = "";
SWIFT_VERSION = 5.0;
Expand Down Expand Up @@ -727,7 +727,7 @@
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 10.15;
MARKETING_VERSION = 2.1.0;
MARKETING_VERSION = 2.2.0;
PRODUCT_BUNDLE_IDENTIFIER = com.harlans.easypasta.app;
PROVISIONING_PROFILE_SPECIFIER = "";
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
Expand All @@ -753,7 +753,7 @@
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 10.15;
MARKETING_VERSION = 2.1.0;
MARKETING_VERSION = 2.2.0;
PRODUCT_BUNDLE_IDENTIFIER = com.harlans.easypasta.app;
PROVISIONING_PROFILE_SPECIFIER = "";
SWIFT_VERSION = 5.0;
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: easy_pasta
description: A cross-platform clipboard manager for macOS, Linux and Windows, providing convenient copy and paste functionality.
publish_to: "none"
version: 2.1.0+1
version: 2.2.0+1
package_name: com.harlans.easypasta.app
environment:
sdk: ">=3.0.0 <4.0.0"
Expand Down

0 comments on commit 8243ddf

Please sign in to comment.