Skip to content

Commit

Permalink
Merge pull request #40 from hostari/use-crystal-1-12-1
Browse files Browse the repository at this point in the history
Bump crystal to 1.12.1
  • Loading branch information
xaviablaza authored May 31, 2024
2 parents 44ca4ff + f5f6f48 commit 7555296
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions shard.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
name: fleet_app_client
version: 1.0.0
version: 1.0.1

authors:
- Pauline De Polonia <[email protected]>
- Xavi Ablaza <[email protected]>
- Manuel Tinio <[email protected]>
- Rafael Cadorna <[email protected]>

crystal: ~> 1.6.2
crystal: ~> 1.12.1

development_dependencies:
webmock:
Expand Down
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.11"
VERSION = "1.0.1"
HOST = "fleet.hostari.com"
SANDBOX_HOST = "sandbox-#{HOST}"
DEVELOPMENT_HOST = "localhost:2450"
Expand Down

0 comments on commit 7555296

Please sign in to comment.