Skip to content

Commit bfc4e17

Browse files
committed
Bump version to 0.1.1
1 parent c17f6a0 commit bfc4e17

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "thag_rs"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
authors = ["Don Forbes <don.forbes3@gmail.com>"]
55
description = "A versatile script runner and REPL for Rust snippets, expressions and programs"
66
edition = "2021"
@@ -109,7 +109,7 @@ install-path = "CARGO_HOME"
109109
# Whether to install an updater program
110110
install-updater = false
111111
# Trigger releases manually instead of on tag-push (DHF temp)
112-
dispatch-releases = false
112+
# dispatch-releases = false
113113
#
114114
[[workspace.metadata.dist.extra-artifacts]]
115115
artifacts = ["demo.zip"]

0 commit comments

Comments
 (0)