Skip to content

Commit db237fa

Browse files
Bump version to v0.11.0
1 parent 61e14fc commit db237fa

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
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 40
90-
versionName "0.10.2"
89+
versionCode 41
90+
versionName "0.11.0"
9191
externalNativeBuild {
9292
// For ndk-build, instead use the ndkBuild block.
9393
cmake {

ios/opendtureactnative.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -391,7 +391,7 @@
391391
buildSettings = {
392392
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
393393
CLANG_ENABLE_MODULES = YES;
394-
CURRENT_PROJECT_VERSION = 40;
394+
CURRENT_PROJECT_VERSION = 41;
395395
ENABLE_BITCODE = NO;
396396
ENABLE_USER_SCRIPT_SANDBOXING = NO;
397397
HEADER_SEARCH_PATHS = (
@@ -503,7 +503,7 @@
503503
buildSettings = {
504504
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
505505
CLANG_ENABLE_MODULES = YES;
506-
CURRENT_PROJECT_VERSION = 40;
506+
CURRENT_PROJECT_VERSION = 41;
507507
ENABLE_USER_SCRIPT_SANDBOXING = NO;
508508
HEADER_SEARCH_PATHS = (
509509
"$(inherited)",

ios/opendtureactnative/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@
1717
<key>CFBundlePackageType</key>
1818
<string>APPL</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>0.10.2</string>
20+
<string>0.11.0</string>
2121
<key>CFBundleSignature</key>
2222
<string>????</string>
2323
<key>CFBundleVersion</key>
24-
<string>40</string>
24+
<string>41</string>
2525
<key>LSRequiresIPhoneOS</key>
2626
<true/>
2727
<key>NSAppTransportSecurity</key>

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.10.2",
3+
"version": "0.11.0",
44
"private": true,
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)