Skip to content

Commit

Permalink
2.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kuaifan committed Dec 16, 2020
1 parent 5f94a42 commit 32e0b90
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": "2.4.0",
"version": "2.4.2",
"description": "A eeui project",
"eeuiclimin": "2.4.0",
"eeuiclimin": "2.4.2",
"author": "kuaifan",
"scripts": {
"dev": "eeui dev",
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 @@ -62,8 +62,8 @@ ext {
versionCode = 1
versionName = "1.0"

eeuiVersionCode = 60
eeuiVersionName = "2.4.0"
eeuiVersionCode = 61
eeuiVersionName = "2.4.2"

minSdkVersion = 16
appMinSdkVersion = 16
Expand Down
2 changes: 1 addition & 1 deletion plugins/eeui/framework/ios/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 = "2.4.0"
s.version = "2.4.2"
s.summary = "eeui plugin."
s.description = <<-DESC
eeui plugin.
Expand Down
4 changes: 2 additions & 2 deletions plugins/eeui/framework/ios/eeui/eeuiVersion.m
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ @implementation eeuiVersion

+ (NSString*)eeuiVersion
{
return @"60"; //versionCode
return @"61"; //versionCode
}

+ (NSString*)eeuiVersionName
{
return @"2.4.0"; //versionName
return @"2.4.2"; //versionName
}

@end

0 comments on commit 32e0b90

Please sign in to comment.