Skip to content

Commit

Permalink
v2.0.0-5
Browse files Browse the repository at this point in the history
  • Loading branch information
nikku committed Aug 24, 2018
1 parent a922710 commit ab8c6c5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "camunda-modeler",
"version": "2.0.0-4",
"version": "2.0.0-5",
"description": "Camunda Modeler for BPMN, DMN and CMMN, based on bpmn.io",
"private": true,
"main": "lib/index.js",
Expand Down
2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "camunda-modeler-client",
"version": "2.0.0-4",
"version": "2.0.0-5",
"description": "Camunda Modeler client application",
"private": true,
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"lerna": "2.5.1",
"version": "2.0.0-4",
"version": "2.0.0-5",
"packages": [
"app",
"client"
Expand Down

0 comments on commit ab8c6c5

Please sign in to comment.