diff --git a/android/app/build.gradle b/android/app/build.gradle index 0989288..a47a847 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -80,8 +80,8 @@ android { setProperty("archivesBaseName", "OpenDTUApp") minSdkVersion rootProject.ext.minSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion - versionCode 11 - versionName "0.1.13-0" + versionCode 13 + versionName "0.1.14" } signingConfigs { debug { diff --git a/ios/opendtureactnative/Info.plist b/ios/opendtureactnative/Info.plist index 8a7beaa..7a01b23 100644 --- a/ios/opendtureactnative/Info.plist +++ b/ios/opendtureactnative/Info.plist @@ -17,11 +17,11 @@ CFBundlePackageType APPL CFBundleShortVersionString - 0.1.13 + 0.1.14 CFBundleSignature ???? CFBundleVersion - 11 + 13 LSRequiresIPhoneOS NSAppTransportSecurity diff --git a/ios/opendtureactnativeTests/Info.plist b/ios/opendtureactnativeTests/Info.plist index 14f6cd6..ae2bcb2 100644 --- a/ios/opendtureactnativeTests/Info.plist +++ b/ios/opendtureactnativeTests/Info.plist @@ -15,10 +15,10 @@ CFBundlePackageType BNDL CFBundleShortVersionString - 0.1.13 + 0.1.14 CFBundleSignature ???? CFBundleVersion - 11 + 13 diff --git a/package.json b/package.json index 7724e17..3bb51f0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "opendtu-react-native", - "version": "0.1.13-0", + "version": "0.1.14", "private": true, "repository": { "type": "git",