Skip to content

Commit

Permalink
update package version
Browse files Browse the repository at this point in the history
  • Loading branch information
Stevie-Ray committed Sep 15, 2024
1 parent d64942f commit 76c1a61
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion examples/chart/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@fortawesome/free-brands-svg-icons": "^6.6.0",
"@fortawesome/free-regular-svg-icons": "^6.6.0",
"@fortawesome/free-solid-svg-icons": "^6.6.0",
"@hangtime/grip-connect": "^0.4.1",
"@hangtime/grip-connect": "^0.4.2",
"chart.js": "^4.4.4"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/flappy-bird/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"preview": "vite preview"
},
"dependencies": {
"@hangtime/grip-connect": "^0.4.1"
"@hangtime/grip-connect": "^0.4.2"
},
"devDependencies": {
"typescript": "^5.6.2",
Expand Down
2 changes: 1 addition & 1 deletion examples/kilter-board/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"preview": "vite preview"
},
"dependencies": {
"@hangtime/grip-connect": "^0.4.1"
"@hangtime/grip-connect": "^0.4.2"
},
"devDependencies": {
"typescript": "^5.6.2",
Expand Down
2 changes: 1 addition & 1 deletion examples/pong/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"preview": "vite preview"
},
"dependencies": {
"@hangtime/grip-connect": "^0.4.1"
"@hangtime/grip-connect": "^0.4.2"
},
"devDependencies": {
"typescript": "^5.6.2",
Expand Down
18 changes: 9 additions & 9 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
Expand Up @@ -36,7 +36,7 @@
],
"dependencies": {
"@grip-connect/docs": "*",
"@hangtime/grip-connect": "^0.4.1"
"@hangtime/grip-connect": "^0.4.2"
},
"devDependencies": {
"@eslint/js": "^9.9.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hangtime/grip-connect",
"version": "0.4.1",
"version": "0.4.2",
"description": "A client that can establish connections with various Force-Sensing Hangboards/Plates used by climbers for strength measurement. Examples of such hangboards include the Griptonite Motherboard, Climbro, SmartBoard, Entralpi or Tindeq Progressor",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit 76c1a61

Please sign in to comment.