Skip to content

Commit

Permalink
upgrade to oml 2.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
melaasar committed Jul 18, 2024
1 parent 55de1a9 commit 9ebfbf3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "oml-luxor",
"displayName": "OML Luxor",
"description": "VSCode extension for OML",
"version": "2.7.1",
"version": "2.7.2",
"publisher": "openCAESAR",
"license": "Apache-2.0",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion server/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ apply from: "${rootDir}/gradle/source-layout.gradle"
ext.title = 'Oml Language Server'
description = 'IDE support for Oml Language Server'
group = 'io.opencaesar.oml'
version = '2.7.1'
version = '2.7.2'

repositories {
mavenLocal()
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": "webview",
"displayName": "OML Webview",
"version": "2.7.1",
"version": "2.7.2",
"description": "Sprotty diagram support for OML",
"author": "openCAESAR",
"license": "Apache-2.0",
Expand Down

0 comments on commit 9ebfbf3

Please sign in to comment.