diff --git a/android/CMakeLists.txt b/android/CMakeLists.txt index a4a387b..beb4dbd 100644 --- a/android/CMakeLists.txt +++ b/android/CMakeLists.txt @@ -1,4 +1,4 @@ -set(LibraryVersion "flutter_chia_rust_utils-v0.0.59+5") # generated; do not edit +set(LibraryVersion "flutter_chia_rust_utils-v0.0.60+1") # generated; do not edit # Unlike the Windows & Linux CMakeLists.txt, this Android equivalent is just here # to download the Android binaries into src/main/jniLibs/ and does not build anything. diff --git a/example/pubspec.lock b/example/pubspec.lock index 6bfd571..4fed4ba 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -156,7 +156,7 @@ packages: path: ".." relative: true source: path - version: "0.0.59+5" + version: "0.0.60+1" flutter_lints: dependency: "direct dev" description: diff --git a/ios/flutter_chia_rust_utils.podspec b/ios/flutter_chia_rust_utils.podspec index 5ff5334..e469436 100644 --- a/ios/flutter_chia_rust_utils.podspec +++ b/ios/flutter_chia_rust_utils.podspec @@ -1,4 +1,4 @@ -release_tag_name = 'flutter_chia_rust_utils-v0.0.59+5' # generated; do not edit +release_tag_name = 'flutter_chia_rust_utils-v0.0.60+1' # generated; do not edit # # To learn more about a Podspec see http://guides.cocoapods.org/syntax/podspec.html. # Run `pod lib lint flutter_chia_rust_utils.podspec` to validate before publishing. diff --git a/linux/CMakeLists.txt b/linux/CMakeLists.txt index 1542373..5817bdf 100644 --- a/linux/CMakeLists.txt +++ b/linux/CMakeLists.txt @@ -1,4 +1,4 @@ -set(LibraryVersion "flutter_chia_rust_utils-v0.0.59+5") # generated; do not edit +set(LibraryVersion "flutter_chia_rust_utils-v0.0.60+1") # generated; do not edit # installed. You should not increase this version, as doing so will cause # the plugin to fail to compile for some customers of the plugin. cmake_minimum_required(VERSION 3.10) diff --git a/macos/flutter_chia_rust_utils.podspec b/macos/flutter_chia_rust_utils.podspec index fe57696..0da31d1 100644 --- a/macos/flutter_chia_rust_utils.podspec +++ b/macos/flutter_chia_rust_utils.podspec @@ -1,4 +1,4 @@ -release_tag_name = 'flutter_chia_rust_utils-v0.0.59+5' # generated; do not edit +release_tag_name = 'flutter_chia_rust_utils-v0.0.60+1' # generated; do not edit # # To learn more about a Podspec see http://guides.cocoapods.org/syntax/podspec.html. # Run `pod lib lint flutter_chia_rust_utils.podspec` to validate before publishing. diff --git a/pubspec.yaml b/pubspec.yaml index 528c080..5621134 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: flutter_chia_rust_utils description: Chia Rust utils library for use in Flutter, allow use CLVM, BLS and more libraries in your Chia Blockchain projects -version: 0.0.59+5 +version: 0.0.60+1 homepage: https://github.com/MarvinQuevedo/flutter_chia_rust_utils environment: diff --git a/windows/CMakeLists.txt b/windows/CMakeLists.txt index 804b95a..9348e5f 100644 --- a/windows/CMakeLists.txt +++ b/windows/CMakeLists.txt @@ -1,4 +1,4 @@ -set(LibraryVersion "flutter_chia_rust_utils-v0.0.59+5") # generated; do not edit +set(LibraryVersion "flutter_chia_rust_utils-v0.0.60+1") # generated; do not edit # The Flutter tooling requires that developers have a version of Visual Studio # installed that includes CMake 3.14 or later. You should not increase this # version, as doing so will cause the plugin to fail to compile for some