Skip to content

Commit

Permalink
Merge pull request #37 from hostari/add-satisfactory
Browse files Browse the repository at this point in the history
add satisfactory
  • Loading branch information
Weltinio authored Jan 10, 2023
2 parents eed38ec + f49b720 commit 8332794
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.2.10
version: 0.2.11

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 @@ -10,6 +10,7 @@ module FleetApp
UNTURNED = "unturned"
ARK_SE = "ark_se"
THE_FOREST = "the_forest"
SATISFACTORY = "satisfactory"

# ARK_SE stands for Ark Survival Evolved
LIST = [
Expand All @@ -23,6 +24,7 @@ module FleetApp
UNTURNED,
ARK_SE,
THE_FOREST,
SATISFACTORY,
]
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.2.10"
VERSION = "0.2.11"
HOST = "fleet.hostari.com"
SANDBOX_HOST = "sandbox-#{HOST}"
DEVELOPMENT_HOST = "localhost:2450"
Expand Down

0 comments on commit 8332794

Please sign in to comment.