Skip to content

Commit b3b9bb7

Browse files
Bump version to v0.10.2
1 parent 0625c8e commit b3b9bb7

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 38
90-
versionName "0.10.1"
89+
versionCode 39
90+
versionName "0.10.2"
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 = 38;
394+
CURRENT_PROJECT_VERSION = 39;
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 = 38;
506+
CURRENT_PROJECT_VERSION = 39;
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.1</string>
20+
<string>0.10.2</string>
2121
<key>CFBundleSignature</key>
2222
<string>????</string>
2323
<key>CFBundleVersion</key>
24-
<string>38</string>
24+
<string>39</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.1",
3+
"version": "0.10.2",
44
"private": true,
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)