Skip to content

Commit

Permalink
tgui 4.1 version bump (#52408)
Browse files Browse the repository at this point in the history
  • Loading branch information
stylemistake authored Jul 22, 2020
1 parent 14cfe58 commit 2eb5ee5
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion tgui/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "tgui",
"version": "3.0.0",
"version": "4.1.0",
"workspaces": [
"packages/*"
],
2 changes: 1 addition & 1 deletion tgui/packages/common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"private": true,
"name": "common",
"version": "3.0.0",
"version": "4.1.0",
"type": "module"
}
2 changes: 1 addition & 1 deletion tgui/packages/tgui-dev-server/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "tgui-dev-server",
"version": "3.0.0",
"version": "4.1.0",
"type": "module",
"dependencies": {
"glob": "^7.1.4",
2 changes: 1 addition & 1 deletion tgui/packages/tgui/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "tgui",
"version": "3.1.0",
"version": "4.1.0",
"dependencies": {
"@babel/core": "^7.6.2",
"@babel/plugin-transform-jscript": "^7.2.0",

0 comments on commit 2eb5ee5

Please sign in to comment.