Skip to content

Commit

Permalink
Update version to 1.0.0 (7)
Browse files Browse the repository at this point in the history
  • Loading branch information
tyiu committed Sep 15, 2024
1 parent f11d6f4 commit 5e11ffd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Darwin/SatsPrice.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@
INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.utilities";
LD_RUNPATH_SEARCH_PATHS = "@executable_path/Frameworks";
"LD_RUNPATH_SEARCH_PATHS[sdk=macosx*]" = "@executable_path/../Frameworks";
MARKETING_VERSION = 0.2.0;
MARKETING_VERSION = 1.0.0;
};
name = Debug;
};
Expand All @@ -218,7 +218,7 @@
INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.utilities";
LD_RUNPATH_SEARCH_PATHS = "@executable_path/Frameworks";
"LD_RUNPATH_SEARCH_PATHS[sdk=macosx*]" = "@executable_path/../Frameworks";
MARKETING_VERSION = 0.2.0;
MARKETING_VERSION = 1.0.0;
};
name = Release;
};
Expand Down
4 changes: 2 additions & 2 deletions Skip.env
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ PRODUCT_NAME = SatsPrice
PRODUCT_BUNDLE_IDENTIFIER = xyz.tyiu.SatsPrice

// The semantic version of the app
MARKETING_VERSION = 0.2.0
MARKETING_VERSION = 1.0.0

// The build number specifying the internal app version
CURRENT_PROJECT_VERSION = 6
CURRENT_PROJECT_VERSION = 7

// The package name for the Android entry point, referenced by the AndroidManifest.xml
ANDROID_PACKAGE_NAME = sats.price

0 comments on commit 5e11ffd

Please sign in to comment.