Skip to content

Commit

Permalink
bump version 2023.08.1009 -> 2023.11.1010
Browse files Browse the repository at this point in the history
  • Loading branch information
gvcis-bot committed Nov 2, 2023
1 parent b2110d4 commit 58ff2a6
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions ArtAtGVSU.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1261,7 +1261,7 @@
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1009;
CURRENT_PROJECT_VERSION = 1010;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
DEVELOPMENT_TEAM = 984FU6FGBN;
INFOPLIST_FILE = ArtAtGVSU/Info.plist;
Expand All @@ -1270,7 +1270,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 2023.08.1009;
MARKETING_VERSION = 2023.11.1010;
PRODUCT_BUNDLE_IDENTIFIER = "edu.gvsu.cis.masl.Art-at-GVSU";
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE = "";
Expand All @@ -1291,7 +1291,7 @@
CODE_SIGN_IDENTITY = "Apple Development";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Distribution";
CODE_SIGN_STYLE = Manual;
CURRENT_PROJECT_VERSION = 1009;
CURRENT_PROJECT_VERSION = 1010;
DEVELOPMENT_TEAM = "";
"DEVELOPMENT_TEAM[sdk=iphoneos*]" = 984FU6FGBN;
INFOPLIST_FILE = ArtAtGVSU/Info.plist;
Expand All @@ -1300,7 +1300,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 2023.08.1009;
MARKETING_VERSION = 2023.11.1010;
PRODUCT_BUNDLE_IDENTIFIER = "edu.gvsu.cis.masl.Art-at-GVSU";
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE = "";
Expand Down
2 changes: 1 addition & 1 deletion ArtAtGVSU/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>1009</string>
<string>1010</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>NSAppTransportSecurity</key>
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Art At GVSU

[![CalVer 2023.08.1009][img_version]][url_version]
[![CalVer 2023.11.1010][img_version]][url_version]

## Getting Started

Expand All @@ -13,7 +13,7 @@
1. On the "Signing & Capabilities" tab, Enter the Team account info for the project. You'll need to get these credentials from a current team member.
1. Hit <kbd>Command+R</kbd> and run the app using an iPhone or a simulator.

[img_version]: https://img.shields.io/static/v1.svg?label=CalVer&message=2023.08.1009&color=blue
[img_version]: https://img.shields.io/static/v1.svg?label=CalVer&message=2023.11.1010&color=blue
[url_version]: https://github.com/gvsucis/art-at-gvsu-v3

## Release
Expand Down
2 changes: 1 addition & 1 deletion Tests/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<key>CFBundleVersion</key>
<string>1009</string>
<string>1010</string>
</dict>
</plist>
2 changes: 1 addition & 1 deletion bumpver.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpver]
current_version = "2023.08.1009"
current_version = "2023.11.1010"
version_pattern = "YYYY.0M.BUILD"
commit_message = "bump version {old_version} -> {new_version}"
commit = true
Expand Down

0 comments on commit 58ff2a6

Please sign in to comment.