Skip to content

Commit 650c914

Browse files
Bump version to v0.7.0
1 parent 8f3ad4b commit 650c914

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

android/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,8 @@ android {
8686
setProperty("archivesBaseName", "OpenDTUApp")
8787
minSdkVersion rootProject.ext.minSdkVersion
8888
targetSdkVersion rootProject.ext.targetSdkVersion
89-
versionCode 33
90-
versionName "0.6.0"
89+
versionCode 34
90+
versionName "0.7.0"
9191
}
9292
signingConfigs {
9393
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 = 33;
636+
CURRENT_PROJECT_VERSION = 34;
637637
ENABLE_BITCODE = NO;
638638
ENABLE_USER_SCRIPT_SANDBOXING = NO;
639639
HEADER_SEARCH_PATHS = (
@@ -745,7 +745,7 @@
745745
buildSettings = {
746746
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
747747
CLANG_ENABLE_MODULES = YES;
748-
CURRENT_PROJECT_VERSION = 33;
748+
CURRENT_PROJECT_VERSION = 34;
749749
ENABLE_USER_SCRIPT_SANDBOXING = NO;
750750
HEADER_SEARCH_PATHS = (
751751
"$(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.6.0</string>
25+
<string>0.7.0</string>
2626
<key>CFBundleSignature</key>
2727
<string>????</string>
2828
<key>CFBundleVersion</key>
29-
<string>33</string>
29+
<string>34</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.6.0</string>
18+
<string>0.7.0</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>
22-
<string>33</string>
22+
<string>34</string>
2323
</dict>
2424
</plist>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "opendtu-react-native",
3-
"version": "0.6.0",
3+
"version": "0.7.0",
44
"private": true,
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)