Skip to content

Commit

Permalink
Merge pull request #18 from hostari/add-rust
Browse files Browse the repository at this point in the history
add rust to game list
  • Loading branch information
Weltinio authored Sep 12, 2022
2 parents 81bfb88 + 4678702 commit 2a72269
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion shard.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: fleet_app_client
version: 0.1.7
version: 0.1.8

authors:
- Pauline De Polonia <[email protected]>
Expand Down
2 changes: 2 additions & 0 deletions src/fleet_app/game.cr
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,14 @@ module FleetApp
CORE_KEEPER = "core_keeper"
V_RISING = "v_rising"
PROJECT_ZOMBOID = "project_zomboid"
RUST = "rust"

LIST = [
VALHEIM,
CORE_KEEPER,
V_RISING,
PROJECT_ZOMBOID,
RUST,
]
end
end
2 changes: 1 addition & 1 deletion src/fleet_app_client.cr
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ require "json"
require "http/client"

class FleetAppClient
VERSION = "0.1.7"
VERSION = "0.1.8"
HOST = "fleet.hostari.com"
SANDBOX_HOST = "sandbox-#{HOST}"
end
Expand Down

0 comments on commit 2a72269

Please sign in to comment.