Bump Version

This commit is contained in:
Chaoscaot
2023-04-22 21:55:08 +02:00
parent 5cff84538d
commit 4671f38591
7 changed files with 6 additions and 7 deletions

View File

@ -43,7 +43,6 @@ schemsearch-cli --help
## Roadmap
A list of features that are planned to be implemented in the future. In order of priority.
- [ ] Full JSON output (Progressbar)
- [ ] Use AVX2 for faster search
- [ ] Tile entities data search
- [ ] Entities search

View File

@ -1,6 +1,6 @@
[package]
name = "schemsearch-cli"
version = "0.1.2"
version = "0.1.3"
edition = "2021"
license = "AGPL-3.0-or-later"

View File

@ -1,6 +1,6 @@
[package]
name = "schemsearch_faster"
version = "0.1.1"
version = "0.1.3"
edition = "2021"
license = "AGPL-3.0-or-later"

View File

@ -1,6 +1,6 @@
[package]
name = "schemsearch-files"
version = "0.1.2"
version = "0.1.3"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

View File

@ -1,6 +1,6 @@
[package]
name = "schemsearch-java"
version = "0.1.1"
version = "0.1.3"
edition = "2021"
license = "AGPL-3.0-or-later"

View File

@ -1,6 +1,6 @@
[package]
name = "schemsearch-lib"
version = "0.1.2"
version = "0.1.3"
edition = "2021"
license = "AGPL-3.0-or-later"

View File

@ -1,6 +1,6 @@
[package]
name = "schemsearch-sql"
version = "0.1.1"
version = "0.1.3"
edition = "2021"
license = "AGPL-3.0-or-later"