Skip to content

Commit

Permalink
chore: increment version numbers (#183)
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 committed Mar 13, 2024
1 parent 14f545c commit 1c91b8b
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 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.0.72
# 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.0.63"
appVersion: "0.2.0"
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.2.0",
"version": "0.3.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.0.35",
"version": "0.1.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.0.60",
"version": "0.1.0",
"files": [
"build"
],
Expand Down

0 comments on commit 1c91b8b

Please sign in to comment.