Skip to content

Commit

Permalink
fixed
Browse files Browse the repository at this point in the history
Issue #31
  • Loading branch information
rsoika committed Apr 27, 2024
1 parent 94f4a65 commit 5e5bd5d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions extension/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "open-bpmn-vscode-extension",
"displayName": "Open-BPMN",
"version": "1.1.1",
"version": "1.1.2",
"private": "true",
"description": "Free BPMN 2.0 modeling tool to create and edit .bpmn files",
"categories": [
Expand Down Expand Up @@ -165,7 +165,7 @@
"webpack": "^5.88.2",
"webpack-cli": "^5.1.4",
"webpack-merge": "^5.9.0",
"open-bpmn-vscode-webview": "1.1.1"
"open-bpmn-vscode-webview": "1.1.2"
},
"engines": {
"java": ">=11.0.0",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.1.1",
"version": "1.1.2",
"useWorkspaces": true,
"npmClient": "yarn",
"command": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.1.1",
"version": "1.1.2",
"private": true,
"scripts": {
"all": "yarn install && yarn lint",
Expand Down
2 changes: 1 addition & 1 deletion webview/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "open-bpmn-vscode-webview",
"displayName": "Open-BPMN VSCode Integration Webview",
"version": "1.1.1",
"version": "1.1.2",
"private": "true",
"description": "VS-Code Integration for Open-BPMN",
"keywords": [
Expand Down

0 comments on commit 5e5bd5d

Please sign in to comment.