diff --git a/android/app/build.gradle b/android/app/build.gradle index 23631b2..781fd6c 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 18 - versionName "0.2.1" + versionCode 19 + versionName "0.2.2" } signingConfigs { debug { diff --git a/ios/opendtureactnative/Info.plist b/ios/opendtureactnative/Info.plist index 42e485b..bbfb16f 100644 --- a/ios/opendtureactnative/Info.plist +++ b/ios/opendtureactnative/Info.plist @@ -17,11 +17,11 @@ CFBundlePackageType APPL CFBundleShortVersionString - 0.2.1 + 0.2.2 CFBundleSignature ???? CFBundleVersion - 18 + 19 LSRequiresIPhoneOS NSAppTransportSecurity diff --git a/ios/opendtureactnativeTests/Info.plist b/ios/opendtureactnativeTests/Info.plist index c7a9aa8..98fc26f 100644 --- a/ios/opendtureactnativeTests/Info.plist +++ b/ios/opendtureactnativeTests/Info.plist @@ -15,10 +15,10 @@ CFBundlePackageType BNDL CFBundleShortVersionString - 0.2.1 + 0.2.2 CFBundleSignature ???? CFBundleVersion - 18 + 19 diff --git a/package.json b/package.json index fb669f4..517c828 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "opendtu-react-native", - "version": "0.2.1", + "version": "0.2.2", "private": true, "repository": { "type": "git",