From 896dec056203f58322a9c4b52eb8e898415f2455 Mon Sep 17 00:00:00 2001 From: yangtao Date: Mon, 12 Apr 2021 19:34:19 +0800 Subject: [PATCH 1/4] release: version:2.24.2 --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index 054e033..61759b6 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: mop description: A Finogeeks MiniProgram Flutter SDK. -version: '2.24.1' +version: '2.24.2' homepage: https://github.com/finogeeks/mop-flutter-sdk environment: From cff27a0c1225ea9d2ef19efc40020f3fdd4d0bc1 Mon Sep 17 00:00:00 2001 From: jenkins Date: Mon, 12 Apr 2021 21:03:23 +0800 Subject: [PATCH 2/4] version++ --- android/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/android/build.gradle b/android/build.gradle index 8421246..6363236 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -91,6 +91,6 @@ kapt { } dependencies { implementation fileTree(include: ['*.jar'], dir: 'libs') - implementation 'com.finogeeks.lib:finapplet:2.24.1' - implementation 'com.finogeeks.mop:plugins:2.24.1' + implementation 'com.finogeeks.lib:finapplet:2.24.2' + implementation 'com.finogeeks.mop:plugins:2.24.2' } \ No newline at end of file From a364c94c6d66082c69181b45a9b5e377700d9684 Mon Sep 17 00:00:00 2001 From: yangtao Date: Mon, 12 Apr 2021 22:14:55 +0800 Subject: [PATCH 3/4] release: version:2.24.3 --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index 61759b6..60d2cea 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: mop description: A Finogeeks MiniProgram Flutter SDK. -version: '2.24.2' +version: '2.24.3' homepage: https://github.com/finogeeks/mop-flutter-sdk environment: From f76c354870c579ff7709b6ab4f6814bcb846b6ea Mon Sep 17 00:00:00 2001 From: jenkins Date: Tue, 13 Apr 2021 12:33:03 +0800 Subject: [PATCH 4/4] version++ --- android/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/android/build.gradle b/android/build.gradle index 6363236..0d4e8fc 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -91,6 +91,6 @@ kapt { } dependencies { implementation fileTree(include: ['*.jar'], dir: 'libs') - implementation 'com.finogeeks.lib:finapplet:2.24.2' - implementation 'com.finogeeks.mop:plugins:2.24.2' + implementation 'com.finogeeks.lib:finapplet:2.24.3' + implementation 'com.finogeeks.mop:plugins:2.24.3' } \ No newline at end of file