Skip to content

Commit c23619f

Browse files
committed
更新版本号,定版2.2.0
1 parent 71fba37 commit c23619f

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

LuaScriptCore.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Pod::Spec.new do |s|
1616
#
1717

1818
s.name = "LuaScriptCore"
19-
s.version = "2.1.1"
19+
s.version = "2.2.0"
2020
s.summary = "An easy-to-use OC-Lua bridge"
2121

2222
# This description is used to generate tags and improve search results.

Source/Android/luascriptcore/compile-5.1.5.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ android {
77
defaultConfig {
88
minSdkVersion 14
99
targetSdkVersion 24
10-
versionCode 20000
11-
versionName "2.0.0"
10+
versionCode 20200
11+
versionName "2.2.0"
1212

1313
ndk {
1414
moduleName "LuaScriptCore"
@@ -87,7 +87,7 @@ ext {
8787
siteUrl = 'https://github.com/vimfung/LuaScriptCore'
8888
gitUrl = 'https://github.com/vimfung/LuaScriptCore.git'
8989

90-
libraryVersion = '2.1.1'
90+
libraryVersion = '2.2.0'
9191

9292
developerId = 'vimfung'
9393
developerName = 'Vim Fung'

Source/Android/luascriptcore/compile.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ android {
77
defaultConfig {
88
minSdkVersion 14
99
targetSdkVersion 24
10-
versionCode 20000
11-
versionName "2.0.0"
10+
versionCode 20200
11+
versionName "2.2.0"
1212

1313
ndk {
1414
moduleName "LuaScriptCore"
@@ -88,7 +88,7 @@ ext {
8888
siteUrl = 'https://github.com/vimfung/LuaScriptCore'
8989
gitUrl = 'https://github.com/vimfung/LuaScriptCore.git'
9090

91-
libraryVersion = '2.1.1'
91+
libraryVersion = '2.2.0'
9292

9393
developerId = 'vimfung'
9494
developerName = 'Vim Fung'

0 commit comments

Comments
 (0)