diff --git a/CHANGELOG.md b/CHANGELOG.md index 280136ca..243caa07 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,6 @@ -## 3.1.1-beta02 +## 3.1.1 - Minor bug fix during preferences clearing - -## 3.1.1-beta01 - - Better Smart Contract interactions ## 3.1.0 diff --git a/example/android/gradle.properties b/example/android/gradle.properties index 3cf03a0e..83a7b658 100644 --- a/example/android/gradle.properties +++ b/example/android/gradle.properties @@ -2,4 +2,4 @@ org.gradle.jvmargs=-Xmx1536M android.useAndroidX=true android.enableJetifier=true versionName=3.1.1 -versionCode=32 +versionCode=33 diff --git a/example/ios/Runner.xcodeproj/project.pbxproj b/example/ios/Runner.xcodeproj/project.pbxproj index cc914b2b..9641d294 100644 --- a/example/ios/Runner.xcodeproj/project.pbxproj +++ b/example/ios/Runner.xcodeproj/project.pbxproj @@ -470,7 +470,7 @@ CLANG_ENABLE_MODULES = YES; CODE_SIGN_ENTITLEMENTS = Runner/Runner.entitlements; CODE_SIGN_STYLE = Manual; - CURRENT_PROJECT_VERSION = 32; + CURRENT_PROJECT_VERSION = 33; DEVELOPMENT_TEAM = ""; "DEVELOPMENT_TEAM[sdk=iphoneos*]" = W5R8AG9K22; ENABLE_BITCODE = NO; @@ -496,7 +496,7 @@ buildSettings = { BUNDLE_LOADER = "$(TEST_HOST)"; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 32; + CURRENT_PROJECT_VERSION = 33; GENERATE_INFOPLIST_FILE = YES; MARKETING_VERSION = 1.0; PRODUCT_BUNDLE_IDENTIFIER = com.web3modal.flutterExample.RunnerTests; @@ -514,7 +514,7 @@ buildSettings = { BUNDLE_LOADER = "$(TEST_HOST)"; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 32; + CURRENT_PROJECT_VERSION = 33; GENERATE_INFOPLIST_FILE = YES; MARKETING_VERSION = 1.0; PRODUCT_BUNDLE_IDENTIFIER = com.web3modal.flutterExample.RunnerTests; @@ -530,7 +530,7 @@ buildSettings = { BUNDLE_LOADER = "$(TEST_HOST)"; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 32; + CURRENT_PROJECT_VERSION = 33; GENERATE_INFOPLIST_FILE = YES; MARKETING_VERSION = 1.0; PRODUCT_BUNDLE_IDENTIFIER = com.web3modal.flutterExample.RunnerTests; @@ -655,7 +655,7 @@ CLANG_ENABLE_MODULES = YES; CODE_SIGN_ENTITLEMENTS = Runner/Runner.entitlements; CODE_SIGN_STYLE = Manual; - CURRENT_PROJECT_VERSION = 32; + CURRENT_PROJECT_VERSION = 33; DEVELOPMENT_TEAM = ""; "DEVELOPMENT_TEAM[sdk=iphoneos*]" = W5R8AG9K22; ENABLE_BITCODE = NO; @@ -686,7 +686,7 @@ CODE_SIGN_IDENTITY = "Apple Development"; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Distribution"; CODE_SIGN_STYLE = Manual; - CURRENT_PROJECT_VERSION = 32; + CURRENT_PROJECT_VERSION = 33; DEVELOPMENT_TEAM = ""; "DEVELOPMENT_TEAM[sdk=iphoneos*]" = W5R8AG9K22; ENABLE_BITCODE = NO; diff --git a/example/ios/Runner/Info.plist b/example/ios/Runner/Info.plist index 4b74b6d9..6ef49a37 100644 --- a/example/ios/Runner/Info.plist +++ b/example/ios/Runner/Info.plist @@ -36,7 +36,7 @@ CFBundleVersion - 32 + 33 ITSAppUsesNonExemptEncryption LSApplicationQueriesSchemes diff --git a/example/pubspec.lock b/example/pubspec.lock index ebc4a766..619681ad 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -1073,10 +1073,10 @@ packages: dependency: transitive description: name: walletconnect_flutter_v2 - sha256: "1e4d437baac68519fc1fb8eca17075673ee55c8aad1ed1d8cec95f60dcf6b512" + sha256: a2941d30787f40d2e1c208056bc114b565dc95df38201acca42d1c09cd0eb740 url: "https://pub.dev" source: hosted - version: "2.2.0-beta02" + version: "2.2.0" watcher: dependency: transitive description: @@ -1107,7 +1107,7 @@ packages: path: ".." relative: true source: path - version: "3.1.1-beta02" + version: "3.1.1" web_socket_channel: dependency: transitive description: diff --git a/lib/version.dart b/lib/version.dart index 02df74f7..3c880f01 100644 --- a/lib/version.dart +++ b/lib/version.dart @@ -1,2 +1,2 @@ // Generated code. Do not modify. -const packageVersion = '3.1.1-beta02'; +const packageVersion = '3.1.1'; diff --git a/pubspec.lock b/pubspec.lock index 947c8119..9544dc9f 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -1049,10 +1049,10 @@ packages: dependency: "direct main" description: name: walletconnect_flutter_v2 - sha256: "1e4d437baac68519fc1fb8eca17075673ee55c8aad1ed1d8cec95f60dcf6b512" + sha256: a2941d30787f40d2e1c208056bc114b565dc95df38201acca42d1c09cd0eb740 url: "https://pub.dev" source: hosted - version: "2.2.0-beta02" + version: "2.2.0" watcher: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index ee538ae9..902cbe4f 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: web3modal_flutter description: "WalletConnect Web3Modal: Simple, intuitive wallet login. With this drop-in UI SDK, enable any wallet's users to seamlessly log in to your app and enjoy a unified experience" -version: 3.1.1-beta02 +version: 3.1.1 repository: https://github.com/WalletConnect/Web3ModalFlutter environment: @@ -22,8 +22,7 @@ dependencies: qr_flutter_wc: ^0.0.3 shimmer: ^3.0.0 url_launcher: ^6.2.3 - # walletconnect_flutter_v2: ^2.1.14 - walletconnect_flutter_v2: ^2.2.0-beta02 + walletconnect_flutter_v2: ^2.2.0 dev_dependencies: build_runner: ^2.4.7