Skip to content

Commit

Permalink
Version 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
hadeutscher committed Jan 12, 2025
1 parent 2274dfd commit 0e62350
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 11 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "harail_cli"
version = "1.0.1"
version = "1.0.2"
authors = ["Yuval Deutscher"]
license = "MPL-2.0"
description = "Public transport fastest-route finder for Israel Railways (CLI)"
Expand Down
2 changes: 1 addition & 1 deletion cli/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const JSON_SPACES: u16 = 4;

fn main() -> Result<(), Box<dyn Error>> {
let matches = Command::new("HaRail")
.version("1.0.1")
.version("1.0.2")
.author("Yuval Deutscher")
.about("Because the Israel Railways app sucks™")
.arg(
Expand Down
2 changes: 1 addition & 1 deletion lib/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "harail"
version = "1.0.1"
version = "1.0.2"
authors = ["Yuval Deutscher"]
license = "MPL-2.0"
description = "Public transport fastest-route finder for Israel Railways"
Expand Down
2 changes: 1 addition & 1 deletion server/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "harail_server"
version = "1.0.1"
version = "1.0.2"
authors = ["Yuval Deutscher"]
license = "MPL-2.0"
description = "Public transport fastest-route finder for Israel Railways (Server)"
Expand Down
2 changes: 1 addition & 1 deletion server/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ fn rocket(data: RailroadData, static_path: Option<&Path>) -> rocket::Rocket<rock
#[rocket::main]
async fn main() -> Result<(), rocket::Error> {
let matches = Command::new("HaRail Server")
.version("1.0.1")
.version("1.0.2")
.author("Yuval Deutscher")
.about("Because the Israel Railways app sucks™ (server edition)")
.arg(
Expand Down
4 changes: 2 additions & 2 deletions ui/harail/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion ui/harail/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "harail",
"version": "1.0.1",
"version": "1.0.2",
"private": true,
"dependencies": {
"@emotion/react": "^11.11.3",
Expand Down

0 comments on commit 0e62350

Please sign in to comment.