Skip to content

Commit 8855ed2

Browse files
Merge pull request #10 from mendix/new-architecture
chore: bump native binary version
2 parents 8de7d54 + 03e82ba commit 8855ed2

File tree

3 files changed

+3
-18
lines changed

3 files changed

+3
-18
lines changed

android/src/main/java/com/mendix/mendixnative/react/MxConfiguration.kt

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -56,15 +56,7 @@ class MxConfiguration(val reactContext: ReactApplicationContext) {
5656
}
5757

5858
companion object {
59-
/**
60-
* Side note for 11: I've bumped the nativeBinaryVersion from 12 to 30,
61-
* because there needs to be version increment space for Mx 10.24.
62-
* You can remove this comment when the next version is released.
63-
*
64-
*
65-
* Increment nativeBinaryVersion to 30 for OP-SQlite database migration
66-
*/
67-
const val NATIVE_BINARY_VERSION: Int = 30
59+
const val NATIVE_BINARY_VERSION: Int = 31
6860
const val NAME: String = "MxConfiguration"
6961
var defaultDatabaseName: String = "default"
7062

ios/Modules/MxConfiguration/MxConfiguration.swift

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,7 @@ import Foundation
33
@objcMembers
44
public class MxConfiguration: NSObject {
55

6-
/**
7-
* Side note for 11: I've bumped the nativeBinaryVersion from 12 to 30,
8-
* because there needs to be version increment space for Mx 10.24.
9-
* You can remove this comment when the next version is released.
10-
*
11-
* Increment nativeBinaryVersion to 30 for OP-SQlite database migration
12-
*/
13-
private static let nativeBinaryVersion: Int = 30
6+
private static let nativeBinaryVersion: Int = 31
147
private static let defaultDatabaseName = "default"
158
private static let defaultFilesDirectoryName = "files/default"
169

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mendix-native",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"description": "Mendix native mobile package",
55
"main": "./lib/module/index.js",
66
"types": "./lib/typescript/src/index.d.ts",

0 commit comments

Comments
 (0)