Skip to content

Commit

Permalink
Bumped to 0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
i5hi committed Apr 22, 2024
1 parent b6ff6f5 commit 85c3de8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion assets/release.config.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
TAG_VERSION=0.1.3
TAG_VERSION=0.1.4
REPOSITORY_URL=https://github.com/SatoshiPortal/boltz-dart/releases/download
2 changes: 1 addition & 1 deletion rust/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "boltz-dart"
authors = ["i5hi <[email protected]>, mocodesmo <[email protected]>"]
version = "0.1.3"
version = "0.1.4"
edition = "2021"

[lib]
Expand Down
2 changes: 1 addition & 1 deletion rust/makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ PROJECTNAME=$(shell basename "$(PWD)")
# ##############################################################################
# # GENERAL
# ##############################################################################
VERSION="0.1.3"
VERSION="0.1.4"
.PHONY: help
help: makefile
@echo
Expand Down

0 comments on commit 85c3de8

Please sign in to comment.