Skip to content

Commit a24f3fc

Browse files
committed
v0.1.2
1 parent 776ef81 commit a24f3fc

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
"packages": [
33
"packages/*"
44
],
5-
"version": "0.1.1",
5+
"version": "0.1.2",
66
"npmClient": "yarn"
77
}

packages/API/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gdmod/api",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"description": "The interface to mod games and load/run mods.",
55
"main": "src/index.ts",
66
"repository": {

packages/CLI/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@gdmod/cli",
33
"description": "A command line interface to do common tasks with GDMod, like patching a game.",
4-
"version": "0.1.1",
4+
"version": "0.1.2",
55
"main": "./src/index.js",
66
"author": "Arthur Pacaud (arthuro555)",
77
"license": "MIT",
@@ -10,7 +10,7 @@
1010
"url": "git+https://github.com/arthuro555/gdmod.git"
1111
},
1212
"dependencies": {
13-
"@gdmod/local-loader": "^0.1.1",
13+
"@gdmod/local-loader": "^0.1.2",
1414
"asar": "^3.0.3",
1515
"chalk": "^3.0.0",
1616
"clipanion": "^3.0.0-rc.10",

packages/local-loader/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55
"type": "git",
66
"url": "git+https://github.com/arthuro555/gdmod.git"
77
},
8-
"version": "0.1.1",
8+
"version": "0.1.2",
99
"main": "./src/installer.js",
1010
"author": "Arthur Pacaud (arthuro555)",
1111
"license": "MIT",
1212
"dependencies": {
13-
"@gdmod/api": "^0.1.1"
13+
"@gdmod/api": "^0.1.2"
1414
},
1515
"publishConfig": {
1616
"access": "public"

packages/web-loader/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gdmod/web-loader",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"description": "The GDMod loader for the web, in form of a chrome extension.",
55
"main": "none",
66
"scripts": {
@@ -19,7 +19,7 @@
1919
},
2020
"homepage": "https://github.com/arthuro555/gdmod#readme",
2121
"dependencies": {
22-
"@gdmod/api": "^0.1.1",
22+
"@gdmod/api": "^0.1.2",
2323
"chokidar": "^3.4.3",
2424
"fs-extra": "^10.0.0"
2525
},

0 commit comments

Comments
 (0)