Compare commits

...

2 commits

Author SHA1 Message Date
3c64e823ed Bump version to v1.1.0
Some checks failed
test / test (push) Has been cancelled
2025-07-09 16:58:41 +10:00
cfd7175663 Update version in manifest 2025-07-09 16:58:22 +10:00
2 changed files with 2 additions and 2 deletions

View file

@ -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"

View file

@ -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" }