Skip to content

Commit

Permalink
Merge pull request #218 from EGO-Tech/ship-shop-version
Browse files Browse the repository at this point in the history
feat: label ship shop blueprint versions
  • Loading branch information
vinteo authored Aug 9, 2024
2 parents c0c4b9a + e1a6510 commit c221384
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 6 deletions.
3 changes: 2 additions & 1 deletion hexxer/ship.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
"url": "https://github.com/EGO-Tech/starbase-ships/raw/main/hexxer/blueprints/hexxer.fbe",
"version": "1.1.0",
"description": "",
"current": true
"current": true,
"shipShop": true
},
{
"filename": "hexxer_v1.0.1.fbe",
Expand Down
3 changes: 2 additions & 1 deletion rigger/ship.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@
"url": "https://github.com/EGO-Tech/starbase-ships/raw/main/rigger/blueprints/rigger_v1.2.0.fbe",
"version": "1.2.0",
"description": "",
"current": false
"current": false,
"shipShop": true
},
{
"filename": "rigger_v1.1.2.fbe",
Expand Down
3 changes: 2 additions & 1 deletion rocker/ship.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
"url": "https://github.com/EGO-Tech/starbase-ships/raw/main/rocker/blueprints/rocker.fbe",
"version": "1.1.0",
"description": "",
"current": true
"current": true,
"shipShop": true
},
{
"filename": "rocker_v1.0.5.fbe",
Expand Down
3 changes: 2 additions & 1 deletion rocker_duo/ship.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
"url": "https://github.com/EGO-Tech/starbase-ships/raw/main/rocker_duo/blueprints/rocker_duo.fbe",
"version": "1.1.0",
"description": "",
"current": true
"current": true,
"shipShop": true
},
{
"filename": "rocker_duo_v1.0.2.fbe",
Expand Down
3 changes: 2 additions & 1 deletion shifter/ship.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@
"url": "https://github.com/EGO-Tech/starbase-ships/raw/main/shifter/blueprints/shifter_v1.1.0.fbe",
"version": "1.1.0",
"description": "",
"current": false
"current": false,
"shipShop": true
},
{
"filename": "shifter_v1.0.4.fbe",
Expand Down
3 changes: 2 additions & 1 deletion stocker/ship.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@
"url": "https://github.com/EGO-Tech/starbase-ships/raw/main/stocker/blueprints/stocker_v1.1.0.fbe",
"version": "1.1.0",
"description": "",
"current": false
"current": false,
"shipShop": true
},
{
"filename": "stocker_v1.0.4.fbe",
Expand Down

0 comments on commit c221384

Please sign in to comment.