Skip to content

Commit

Permalink
chore: increment version numbers (#286)
Browse files Browse the repository at this point in the history
Co-authored-by: micahg <[email protected]>
  • Loading branch information
github-actions[bot] and micahg authored Aug 26, 2024
1 parent 6457cbd commit f7e4908
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion chart/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ version: 0.6.0
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "0.24.0"
appVersion: "0.25.0"
4 changes: 2 additions & 2 deletions chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ releaseVersion: 0.0.1
deployEnv: local
uiAppName: ntt-ui
uiAppReplicas: 1
uiImageVers: 0.6.0
uiImageVers: 0.7.0
uiImagePath: ghcr.io/micahg/tbltp-mui
uiDomain: "tbltp.dev"
webDomain: "www.tbltp.dev"
apiAppName: ntt-api
apiAppReplicas: 1
apiImageVers: "0.18.0"
apiImageVers: "0.19.0"
apiImagePath: ghcr.io/micahg/tbltp-api
apiDomain: "api.tbltp.dev"
apiStorageClass: do-block-storage
Expand Down
4 changes: 2 additions & 2 deletions compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ services:
ports:
- 27017:27017
api:
image: "ghcr.io/micahg/tbltp-api:0.18.0"
image: "ghcr.io/micahg/tbltp-api:0.19.0"
ports:
- 3000:3000
depends_on:
Expand All @@ -13,7 +13,7 @@ services:
- MONGO_URL=mongodb://mongo:27017/tbltp
- DISABLE_AUTH=true
ui:
image: "ghcr.io/micahg/tbltp-mui:0.6.0"
image: "ghcr.io/micahg/tbltp-mui:0.7.0"
ports:
- "8080:80"
depends_on:
Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tbltp",
"version": "0.25.0",
"version": "0.26.0",
"description": "Network Table Top",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@micahg/tbltp-api",
"version": "0.19.0",
"version": "0.20.0",
"description": "Network Tabletop Server",
"main": "server.js",
"files": [],
Expand Down
2 changes: 1 addition & 1 deletion packages/mui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@micahg/tbltp-mui",
"version": "0.7.0",
"version": "0.8.0",
"files": [
"build"
],
Expand Down

0 comments on commit f7e4908

Please sign in to comment.