Skip to content

Commit

Permalink
v0.22.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ljmotta committed Sep 8, 2022
1 parent 5681ff2 commit 63c9bfe
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "BPMN, DMN & Test Scenario Editors for GitHub",
"version": "0.22.2",
"version": "v0.22.2",
"manifest_version": 3,
"description": "Visualize and edit BPMN, DMN and Test Scenario files using a graphical editor on GitHub",
"content_scripts": [
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "BPMN, DMN & Test Scenario Editors for GitHub",
"version": "0.22.2",
"version": "v0.22.2",
"manifest_version": 3,
"description": "Visualize and edit BPMN, DMN and Test Scenario files using a graphical editor on GitHub",
"content_scripts": [
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Serverless Workflow Editor for GitHub",
"version": "0.22.2",
"version": "v0.22.2",
"manifest_version": 3,
"description": "Visualize and edit Serverless Workflow files using a graphical editor on GitHub",
"content_scripts": [
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Serverless Workflow Editor for GitHub",
"version": "0.22.2",
"version": "v0.22.2",
"manifest_version": 3,
"description": "Visualize and edit Serverless Workflow files using a graphical editor on GitHub",
"content_scripts": [
Expand Down
2 changes: 1 addition & 1 deletion packages/extended-services/pkg/config/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ proxy:
modeler:
link: https://kiegroup.github.io/kogito-online/#/
app:
version: 0.22.2
version: v0.22.2
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: vscode-java-code-completion-extension-plugin-core
Bundle-SymbolicName: vscode-java-code-completion-extension-plugin-core;singleton:=true
Bundle-Version: 0.22.2
Bundle-Version: v0.22.2
Bundle-Activator: org.kogito.core.internal.ExtensionActivator
Require-Bundle: org.eclipse.core.runtime,
org.eclipse.core.resources,
Expand Down

0 comments on commit 63c9bfe

Please sign in to comment.