We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd1565a commit 2876939Copy full SHA for 2876939
2 files changed
gradle.properties
@@ -17,7 +17,7 @@ kotlin.mpp.enableCInteropCommonization=true
17
18
#Abysner
19
# DMG distribution does not support "-beta", MSI requires at least MAJOR.MINOR.BUILD
20
-abysnerVersionBase=1.0.8
21
-abysnerVersion=1.0.8-beta
+abysnerVersionBase=2.0.0
+abysnerVersion=2.0.0-beta
22
# iOS supports a String here, but Android only an integer
23
-abysnerBuildNumber=10
+abysnerBuildNumber=11
iosApp/Configuration/Version.xcconfig
@@ -1,2 +1,2 @@
1
-MARKETING_VERSION=1.0.8-beta
2
-CURRENT_PROJECT_VERSION=10
+MARKETING_VERSION=2.0.0-beta
+CURRENT_PROJECT_VERSION=11
0 commit comments