Skip to content

Commit

Permalink
v1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
NickCis committed May 22, 2021
1 parent 5e9ba63 commit 6333538
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@
"packages": [
"packages/*"
],
"version": "1.2.0"
"version": "1.2.1"
}
2 changes: 1 addition & 1 deletion packages/among-us-proxy/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 packages/among-us-proxy/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "among-us-proxy",
"version": "1.2.0",
"version": "1.2.1",
"description": "Proxy of the local network protocol for the Among Us game",
"main": "src/index.js",
"author": "Nicolas Cisco",
Expand Down
2 changes: 1 addition & 1 deletion packages/gui/package-lock.json

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

4 changes: 2 additions & 2 deletions packages/gui/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "among-us-proxy-gui",
"productName": "among-us-proxy-gui",
"version": "1.2.0",
"version": "1.2.1",
"description": "My Electron application description",
"main": ".webpack/main",
"scripts": {
Expand Down Expand Up @@ -87,7 +87,7 @@
"@material-ui/core": "^4.11.0",
"@material-ui/icons": "^4.9.1",
"@material-ui/lab": "^4.0.0-alpha.56",
"among-us-proxy": "^1.2.0",
"among-us-proxy": "^1.2.1",
"among-us-proxy-dev-utils": "^1.1.1",
"babel-loader": "^8.1.0",
"cross-env": "^7.0.2",
Expand Down

0 comments on commit 6333538

Please sign in to comment.