Skip to content

Commit

Permalink
no message
Browse files Browse the repository at this point in the history
  • Loading branch information
kuaifan committed Oct 11, 2019
1 parent 63bba6b commit 764e287
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "eeui-template",
"version": "1.0.18",
"version": "1.0.19",
"description": "A weex project",
"eeuiclimin": "1.0.18",
"eeuiclimin": "1.0.19",
"author": "",
"private": true,
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions platforms/android/eeuiApp/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ subprojects {
versionCode = 1
versionName = "1.0"

eeuiVersionCode = 18
eeuiVersionName = "1.0.18"
eeuiVersionCode = 19
eeuiVersionName = "1.0.19"

compileSdkVersion = 28
appMinSdkVersion = 16
Expand Down
2 changes: 1 addition & 1 deletion plugins/ios/eeui/eeui.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Pod::Spec.new do |s|


s.name = "eeui"
s.version = "1.0.18"
s.version = "1.0.19"
s.summary = "eeui plugin."
s.description = <<-DESC
eeui plugin.
Expand Down
4 changes: 2 additions & 2 deletions plugins/ios/eeui/eeui/eeuiVersion.m
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ @implementation eeuiVersion

+ (NSString*)eeuiVersion
{
return @"18"; //versionCode
return @"19"; //versionCode
}

+ (NSString*)eeuiVersionName
{
return @"1.0.18"; //versionName
return @"1.0.19"; //versionName
}

@end

0 comments on commit 764e287

Please sign in to comment.