Skip to content

Commit

Permalink
beta release flutter_chia_rust_utils-v0.0.59+1
Browse files Browse the repository at this point in the history
  • Loading branch information
MarvinQuevedo committed Mar 29, 2023
1 parent 6fd11ed commit 22441be
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 7 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@

## 0.0.59+1

* implement Create Cat program
* refactor from atom bytes and from serialized bytes in program
* refactor repository

## 0.0.58+2

* Restore windows cmake file
Expand Down
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.58+3") # generated; do not edit
set(LibraryVersion "flutter_chia_rust_utils-v0.0.59+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.58+3"
version: "0.0.59+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.58+3' # generated; do not edit
release_tag_name = 'flutter_chia_rust_utils-v0.0.59+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.58+3") # generated; do not edit
set(LibraryVersion "flutter_chia_rust_utils-v0.0.59+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.58+3' # generated; do not edit
release_tag_name = 'flutter_chia_rust_utils-v0.0.59+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.58+3
version: 0.0.59+1
homepage: https://github.com/MarvinQuevedo/chia_rs/tree/beta/flutter-binding/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.58+3") # generated; do not edit
set(LibraryVersion "flutter_chia_rust_utils-v0.0.59+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 22441be

Please sign in to comment.