Skip to content
This repository has been archived by the owner on Oct 5, 2022. It is now read-only.

Commit

Permalink
[releng] version 0.1.20
Browse files Browse the repository at this point in the history
  • Loading branch information
JanKoehnlein committed Aug 14, 2018
1 parent 507226f commit 0eb910f
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion theia-sprotty
Submodule theia-sprotty updated 1 files
+1 −1 package.json
4 changes: 2 additions & 2 deletions theia-yang-extension/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "theia-yang-extension",
"version": "0.1.19",
"version": "0.1.20",
"description": "An extension for Theia connection language support for the Yang DSL",
"author": "Project Theia",
"license": "Apache-2.0",
Expand All @@ -15,7 +15,7 @@
"@theia/monaco": "next",
"@types/node": "^8.0.14",
"sprotty": "^0.4.0",
"theia-sprotty": "0.1.17",
"theia-sprotty": "0.1.18",
"yang-sprotty": "0.1.7"
},
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions yangster-app-electron/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "yangster-app-electron",
"version": "0.1.19",
"version": "0.1.20",
"license": "Apache-2.0",
"dependencies": {
"@theia/core": "next",
Expand All @@ -17,7 +17,7 @@
"@theia/terminal": "next",
"@theia/typescript": "next",
"@theia/workspace": "next",
"theia-yang-extension": "0.1.19"
"theia-yang-extension": "0.1.20"
},
"devDependencies": {
"@theia/cli": "next"
Expand Down
4 changes: 2 additions & 2 deletions yangster-app/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "yangster-app",
"version": "0.1.19",
"version": "0.1.20",
"license": "Apache-2.0",
"dependencies": {
"@theia/core": "next",
Expand All @@ -17,7 +17,7 @@
"@theia/terminal": "next",
"@theia/typescript": "next",
"@theia/workspace": "next",
"theia-yang-extension": "0.1.19"
"theia-yang-extension": "0.1.20"
},
"devDependencies": {
"@theia/cli": "next"
Expand Down

0 comments on commit 0eb910f

Please sign in to comment.