Skip to content

Commit 7227b7e

Browse files
committed
Bump version
1 parent f0ca8c0 commit 7227b7e

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "fift"
33
description = "Rust implementation of the Fift esoteric language"
44
repository = "https://github.com/broxus/fift"
5-
version = "0.1.17"
5+
version = "0.1.18"
66
edition = "2021"
77
rust-version = "1.70"
88
include = ["src/**/*.rs", "src/**/*.fif", "LICENSE-*", "README.md"]

cli/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "fift-cli"
33
description = "A CLI for the Fift esoteric language interpreter"
44
repository = "https://github.com/broxus/fift"
5-
version = "0.1.17"
5+
version = "0.1.18"
66
edition = "2021"
77
rust-version = "1.70"
88
include = ["src/**/*.rs", "src/**/*.fif", "LICENSE", "README.md"]
@@ -20,5 +20,5 @@ console = "0.15"
2020
rustyline = { version = "12.0", default-features = false }
2121
unicode-width = "0.1"
2222

23-
fift = { path = "..", version = "=0.1.17" }
23+
fift = { path = "..", version = "=0.1.18" }
2424
fift-libs = { path = "../libs", version = "0.1.16" }

0 commit comments

Comments
 (0)