Compare commits
2 commits
e24d3c33a6
...
3c64e823ed
Author | SHA1 | Date | |
---|---|---|---|
3c64e823ed | |||
cfd7175663 |
2 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
name = "spacetraders_api_fetch"
|
||||
version = "1.0.0"
|
||||
version = "1.1.0"
|
||||
gleam = ">= 1.11.0"
|
||||
target = "javascript"
|
||||
description = "Gleam functions for interacting with the spacetraders.io game API using gleam_fetch"
|
||||
|
|
|
@ -22,5 +22,5 @@ gleam_javascript = { version = ">= 1.0.0 and < 2.0.0" }
|
|||
gleam_json = { version = ">= 3.0.2 and < 4.0.0" }
|
||||
gleam_stdlib = { version = ">= 0.44.0 and < 2.0.0" }
|
||||
gleeunit = { version = ">= 1.0.0 and < 2.0.0" }
|
||||
spacetraders_api = { version = ">= 1.0.0 and < 2.0.0" }
|
||||
spacetraders_api = { version = ">= 1.1.0 and < 2.0.0" }
|
||||
spacetraders_models = { version = ">= 1.1.0 and < 2.0.0" }
|
||||
|
|
Loading…
Reference in a new issue