Skip to content

Commit f7b7676

Browse files
committed
Version 2.16.3
1 parent 6dce350 commit f7b7676

File tree

11 files changed

+23
-23
lines changed

11 files changed

+23
-23
lines changed

Cargo.lock

Lines changed: 13 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

autocorrect-cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ license = "MIT"
77
name = "autocorrect-cli"
88
readme = "../README.md"
99
repository = "https://github.com/huacnlee/autocorrect"
10-
version = "2.16.2"
10+
version = "2.16.3"
1111

1212
[[bin]]
1313
name = "autocorrect"

autocorrect-java/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
edition = "2024"
33
name = "autocorrect-java"
4-
version = "2.16.2"
4+
version = "2.16.3"
55

66
[dependencies]
77
autocorrect = {path = "../autocorrect"}

autocorrect-java/javasrc/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>io.github.huacnlee</groupId>
88
<artifactId>autocorrect-java</artifactId>
9-
<version>2.16.2</version>
9+
<version>2.16.3</version>
1010
<name>autocorrect-java</name>
1111
<description>A linter and formatter to help you to improve copywriting, correct spaces, words, punctuations between
1212
CJK (Chinese, Japanese, Korean).

autocorrect-node/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
edition = "2024"
33
name = "autocorrect-node"
4-
version = "2.16.2"
4+
version = "2.16.3"
55

66
[lib]
77
crate-type = ["cdylib"]

autocorrect-node/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "autocorrect-node",
3-
"version": "2.16.2",
3+
"version": "2.16.3",
44
"main": "index.js",
55
"bin": {
66
"autocorrect": "./cli.js"

autocorrect-py/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ license = "MIT"
66
name = "autocorrect-py"
77
readme = "README.md"
88
repository = "https://github.com/huacnlee/autocorrect"
9-
version = "2.16.2"
9+
version = "2.16.3"
1010

1111
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1212
[lib]

autocorrect-rb/autocorrect-rb.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ $:.push File.expand_path("lib", __dir__)
22

33
Gem::Specification.new do |s|
44
s.name = "autocorrect-rb"
5-
s.version = "2.16.2"
5+
s.version = "2.16.3"
66
s.platform = Gem::Platform::RUBY
77
s.authors = ["Jason Lee"]
88
s.email = ["huacnlee@gmail.com"]

autocorrect-rb/ext/autocorrect/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
edition = "2024"
33
name = "autocorrect-rb"
4-
version = "2.16.2"
4+
version = "2.16.3"
55

66
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
77
[lib]

autocorrect-wasm/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
edition = "2024"
33
name = "autocorrect-wasm"
4-
version = "2.16.2"
4+
version = "2.16.3"
55

66
[lib]
77
crate-type = ["cdylib", "rlib"]

0 commit comments

Comments
 (0)