Skip to content

Commit e421c5a

Browse files
committed
chore: v0.1.6
1 parent aa01586 commit e421c5a

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ghost-text"
3-
version = "0.1.5"
3+
version = "0.1.6"
44
edition = "2024"
55

66
[lib]

cog.scm

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
(define package-name 'ghost-text)
2-
(define version "0.1.5")
2+
(define version "0.1.6")
33

44
(define dependencies '())
55

@@ -11,14 +11,14 @@
1111
#:platform
1212
"x86_64-windows"
1313
#:url
14-
"https://github.com/nik-rev/ghost-text.hx/releases/download/v0.1.5/ghost_text.dll")
14+
"https://github.com/nik-rev/ghost-text.hx/releases/download/v0.1.6/ghost_text.dll")
1515
(
1616
#:platform
1717
"x86_64-macos"
1818
#:url
19-
"https://github.com/nik-rev/ghost-text.hx/releases/download/v0.1.5/libghost_text.dylib")
19+
"https://github.com/nik-rev/ghost-text.hx/releases/download/v0.1.6/libghost_text.dylib")
2020
(
2121
#:platform
2222
"x86_64-linux"
2323
#:url
24-
"https://github.com/nik-rev/ghost-text.hx/releases/download/v0.1.5/libghost_text.so")))))
24+
"https://github.com/nik-rev/ghost-text.hx/releases/download/v0.1.6/libghost_text.so")))))

0 commit comments

Comments
 (0)