Skip to content

Commit a0fddf7

Browse files
Bump version to v0.5.0
1 parent cbf0d1f commit a0fddf7

File tree

6 files changed

+13
-13
lines changed

6 files changed

+13
-13
lines changed

android/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,8 @@ android {
8484
setProperty("archivesBaseName", "OpenDTUApp")
8585
minSdkVersion rootProject.ext.minSdkVersion
8686
targetSdkVersion rootProject.ext.targetSdkVersion
87-
versionCode 23
88-
versionName "0.4.2"
87+
versionCode 24
88+
versionName "0.5.0"
8989
}
9090
signingConfigs {
9191
debug {

ios/opendtureactnative.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -633,7 +633,7 @@
633633
buildSettings = {
634634
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
635635
CLANG_ENABLE_MODULES = YES;
636-
CURRENT_PROJECT_VERSION = 1;
636+
CURRENT_PROJECT_VERSION = 24;
637637
ENABLE_BITCODE = NO;
638638
ENABLE_USER_SCRIPT_SANDBOXING = NO;
639639
HEADER_SEARCH_PATHS = (
@@ -744,7 +744,7 @@
744744
buildSettings = {
745745
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
746746
CLANG_ENABLE_MODULES = YES;
747-
CURRENT_PROJECT_VERSION = 1;
747+
CURRENT_PROJECT_VERSION = 24;
748748
ENABLE_USER_SCRIPT_SANDBOXING = NO;
749749
HEADER_SEARCH_PATHS = (
750750
"$(inherited)",

ios/opendtureactnative/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@
2222
<key>CFBundlePackageType</key>
2323
<string>APPL</string>
2424
<key>CFBundleShortVersionString</key>
25-
<string>0.4.2</string>
25+
<string>0.5.0</string>
2626
<key>CFBundleSignature</key>
2727
<string>????</string>
2828
<key>CFBundleVersion</key>
29-
<string>23</string>
29+
<string>24</string>
3030
<key>LSRequiresIPhoneOS</key>
3131
<true/>
3232
<key>NSAppTransportSecurity</key>

ios/opendtureactnativeTests/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@
1515
<key>CFBundlePackageType</key>
1616
<string>BNDL</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>0.4.2</string>
18+
<string>0.5.0</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>
22-
<string>23</string>
22+
<string>24</string>
2323
</dict>
2424
</plist>

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "opendtu-react-native",
3-
"version": "0.4.2",
3+
"version": "0.5.0",
44
"private": true,
55
"repository": {
66
"type": "git",
@@ -22,7 +22,7 @@
2222
"postinstall": "yarn run npm-license-crawler -onlyDirectDependencies -json licenses.json && patch-package",
2323
"postuninstall": "yarn run npm-license-crawler -onlyDirectDependencies -json licenses.json",
2424
"build-android": "bash -c \"pushd android ; ./gradlew assembleRelease ; popd\"",
25-
"postversion": "react-native-version --never-amend --skip-tag",
25+
"postversion": "react-native-version --never-amend --skip-tag -L",
2626
"prepare": "node-git-hooks",
2727
"clean:android": "bash -c \"pushd android ; ./gradlew clean ; popd\"",
2828
"translations:push": "bash -c \"pushd src/translations/translation-files ; git add . ; git commit -m 'Update translations' ; git push ; popd\"",
@@ -119,7 +119,7 @@
119119
"eslint-plugin-testing-library": "^6.3.0",
120120
"jest": "^29.7.0",
121121
"prettier": "^3.3.3",
122-
"react-native-version": "^4.0.0",
122+
"react-native-version": "4.0.0",
123123
"react-test-renderer": "18.3.1",
124124
"ts-jest": "^29.2.5",
125125
"typescript": "~5.5.4"

yarn.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11298,7 +11298,7 @@ __metadata:
1129811298
react-native-svg: "npm:^15.6.0"
1129911299
react-native-url-polyfill: "npm:^2.0.0"
1130011300
react-native-vector-icons: "npm:^10.1.0"
11301-
react-native-version: "npm:^4.0.0"
11301+
react-native-version: "npm:4.0.0"
1130211302
react-native-zeroconf: "npm:^0.13.8"
1130311303
react-redux: "npm:^9.1.2"
1130411304
react-test-renderer: "npm:18.3.1"
@@ -12298,7 +12298,7 @@ __metadata:
1229812298
languageName: node
1229912299
linkType: hard
1230012300

12301-
"react-native-version@npm:^4.0.0":
12301+
"react-native-version@npm:4.0.0":
1230212302
version: 4.0.0
1230312303
resolution: "react-native-version@npm:4.0.0"
1230412304
dependencies:

0 commit comments

Comments
 (0)