@appzung/react-native-code-push 11.0.0-rc1 → 11.0.0-rc2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/commonjs/internals/version.js +1 -1
- package/lib/module/internals/version.js +1 -1
- package/lib/typescript/commonjs/src/internals/version.d.ts +1 -1
- package/lib/typescript/module/src/internals/version.d.ts +1 -1
- package/package.json +1 -1
- package/src/internals/version.ts +1 -1
- package/android/app/.gradle/config.properties +0 -2
- package/android/app/local.properties +0 -8
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const version = "11.0.0-
|
|
1
|
+
export declare const version = "11.0.0-rc2";
|
|
2
2
|
//# sourceMappingURL=version.d.ts.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const version = "11.0.0-
|
|
1
|
+
export declare const version = "11.0.0-rc2";
|
|
2
2
|
//# sourceMappingURL=version.d.ts.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@appzung/react-native-code-push",
|
|
3
|
-
"version": "11.0.0-
|
|
3
|
+
"version": "11.0.0-rc2",
|
|
4
4
|
"description": "React Native plugin for the CodePush service",
|
|
5
5
|
"author": "Louis Lagrange <lagrange.louis@gmail.com> (https://github.com/Minishlink)",
|
|
6
6
|
"license": "MIT",
|
package/src/internals/version.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
// Generated by genversion.
|
|
2
|
-
export const version = '11.0.0-
|
|
2
|
+
export const version = '11.0.0-rc2';
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
## This file must *NOT* be checked into Version Control Systems,
|
|
2
|
-
# as it contains information specific to your local configuration.
|
|
3
|
-
#
|
|
4
|
-
# Location of the SDK. This is only used by Gradle.
|
|
5
|
-
# For customization when using a Version Control System, please read the
|
|
6
|
-
# header note.
|
|
7
|
-
#Wed Jan 22 01:48:35 CET 2025
|
|
8
|
-
sdk.dir=/Users/louislagrange/Library/Android/sdk
|