Skip to content

Commit

Permalink
更新版本号,定版2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vimfung committed May 4, 2018
1 parent 71fba37 commit c23619f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion LuaScriptCore.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Pod::Spec.new do |s|
#

s.name = "LuaScriptCore"
s.version = "2.1.1"
s.version = "2.2.0"
s.summary = "An easy-to-use OC-Lua bridge"

# This description is used to generate tags and improve search results.
Expand Down
6 changes: 3 additions & 3 deletions Source/Android/luascriptcore/compile-5.1.5.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ android {
defaultConfig {
minSdkVersion 14
targetSdkVersion 24
versionCode 20000
versionName "2.0.0"
versionCode 20200
versionName "2.2.0"

ndk {
moduleName "LuaScriptCore"
Expand Down Expand Up @@ -87,7 +87,7 @@ ext {
siteUrl = 'https://github.com/vimfung/LuaScriptCore'
gitUrl = 'https://github.com/vimfung/LuaScriptCore.git'

libraryVersion = '2.1.1'
libraryVersion = '2.2.0'

developerId = 'vimfung'
developerName = 'Vim Fung'
Expand Down
6 changes: 3 additions & 3 deletions Source/Android/luascriptcore/compile.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ android {
defaultConfig {
minSdkVersion 14
targetSdkVersion 24
versionCode 20000
versionName "2.0.0"
versionCode 20200
versionName "2.2.0"

ndk {
moduleName "LuaScriptCore"
Expand Down Expand Up @@ -88,7 +88,7 @@ ext {
siteUrl = 'https://github.com/vimfung/LuaScriptCore'
gitUrl = 'https://github.com/vimfung/LuaScriptCore.git'

libraryVersion = '2.1.1'
libraryVersion = '2.2.0'

developerId = 'vimfung'
developerName = 'Vim Fung'
Expand Down

0 comments on commit c23619f

Please sign in to comment.