Skip to content

Commit

Permalink
Build flutter_chia_rust_utils-v0.0.60+1
Browse files Browse the repository at this point in the history
  • Loading branch information
MarvinQuevedo committed Mar 31, 2023
1 parent 0beb7ee commit 1b21d58
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion android/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion ios/flutter_chia_rust_utils.podspec
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion linux/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion macos/flutter_chia_rust_utils.podspec
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
2 changes: 1 addition & 1 deletion windows/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 1b21d58

Please sign in to comment.