Skip to content

Commit

Permalink
no message
Browse files Browse the repository at this point in the history
  • Loading branch information
kuaifan committed May 7, 2021
1 parent d860c66 commit 870a21b
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.4",
"version": "2.4.5",
"description": "A eeui project",
"eeuiclimin": "2.4.4",
"eeuiclimin": "2.4.5",
"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 @@ -59,8 +59,8 @@ ext {
versionCode = 1
versionName = "1.0"

eeuiVersionCode = 63
eeuiVersionName = "2.4.4"
eeuiVersionCode = 64
eeuiVersionName = "2.4.5"

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.4"
s.version = "2.4.5"
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 @"63"; //versionCode
return @"64"; //versionCode
}

+ (NSString*)eeuiVersionName
{
return @"2.4.4"; //versionName
return @"2.4.5"; //versionName
}

@end

0 comments on commit 870a21b

Please sign in to comment.