Skip to content

Commit

Permalink
Version 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Álan Crístoffer committed Mar 6, 2019
1 parent cb866ec commit f6ebb37
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Lachesis/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lachesis",
"version": "1.3.0",
"version": "1.3.1",
"scripts": {
"ng": "ng",
"start": "ng serve",
Expand Down
4 changes: 2 additions & 2 deletions desktop/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lachesis",
"version": "1.3.0",
"version": "1.3.1",
"description": "Moirai supervisor",
"license": "MIT",
"author": {
Expand All @@ -13,7 +13,7 @@
"url": "git://github.com/acristoffers/Lachesis.git"
},
"devDependencies": {
"electron": ">=4.0.5",
"electron": ">=4.0.7",
"electron-builder": ">=20.38.5"
},
"homepage": "https://github.com/acristoffers/Lachesis",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lachesis",
"version": "1.3.0",
"version": "1.3.1",
"description": "Builds Lachesis for desktop and mobile devices",
"license": "MIT",
"author": {
Expand Down
6 changes: 3 additions & 3 deletions src/desktop/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lachesis",
"version": "1.3.0",
"version": "1.3.1",
"description": "Moirai supervisor",
"license": "MIT",
"author": {
Expand All @@ -13,8 +13,8 @@
"url": "git://github.com/acristoffers/Lachesis.git"
},
"devDependencies": {
"@types/node": ">=11.9.5",
"electron": ">=4.0.5",
"@types/node": ">=11.10.5",
"electron": ">=4.0.7",
"typescript": "^3.3.3333"
},
"dependencies": {
Expand Down

0 comments on commit f6ebb37

Please sign in to comment.