Skip to content

Commit

Permalink
Fix Semver back to v4.1.0 (Can't move it back to v2 due to accidental…
Browse files Browse the repository at this point in the history
… publish as v4)
  • Loading branch information
malee31 committed Sep 8, 2024
1 parent 7a65750 commit c88bd39
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions app.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Team4159 CardinalBotics Sign-In App",
"slug": "ReactNative-CardinalBoticsApp",
"privacy": "unlisted",
"version": "4.2.0",
"version": "4.1.0",
"platforms": [
"ios",
"android",
Expand Down Expand Up @@ -53,7 +53,7 @@
"ios": {
"bundleIdentifier": "com.team4159.cardinalboticsapp",
"supportsTablet": true,
"buildNumber": "4.2.0"
"buildNumber": "4.1.0"
},
"web": {
"bundler": "metro",
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cardinalbotics-hours-app",
"version": "4.2.0",
"version": "4.1.0",
"main": "index.js",
"homepage": "/ReactNativeCardinalBoticsApp",
"scripts": {
Expand Down

0 comments on commit c88bd39

Please sign in to comment.