diff --git a/py/h2o_lightwave/h2o_lightwave/version.py b/py/h2o_lightwave/h2o_lightwave/version.py index b3ddbc41f3..7b344eca4a 100644 --- a/py/h2o_lightwave/h2o_lightwave/version.py +++ b/py/h2o_lightwave/h2o_lightwave/version.py @@ -1 +1 @@ -__version__ = '1.1.1' +__version__ = '1.1.2' diff --git a/py/h2o_lightwave_web/h2o_lightwave_web/version.py b/py/h2o_lightwave_web/h2o_lightwave_web/version.py index b3ddbc41f3..7b344eca4a 100644 --- a/py/h2o_lightwave_web/h2o_lightwave_web/version.py +++ b/py/h2o_lightwave_web/h2o_lightwave_web/version.py @@ -1 +1 @@ -__version__ = '1.1.1' +__version__ = '1.1.2' diff --git a/py/h2o_wave/h2o_wave/version.py b/py/h2o_wave/h2o_wave/version.py index b3ddbc41f3..7b344eca4a 100644 --- a/py/h2o_wave/h2o_wave/version.py +++ b/py/h2o_wave/h2o_wave/version.py @@ -1 +1 @@ -__version__ = '1.1.1' +__version__ = '1.1.2' diff --git a/r/DESCRIPTION b/r/DESCRIPTION index d27893d98d..241226997e 100644 --- a/r/DESCRIPTION +++ b/r/DESCRIPTION @@ -1,6 +1,6 @@ Package: h2owave Title: R Driver for H2O Wave Realtime Apps Framework -Version: 1.1.1 +Version: 1.1.2 Date: 2022-05-03 Authors@R: c( person(given = "Ashrith", diff --git a/tools/intellij-plugin/gradle.properties b/tools/intellij-plugin/gradle.properties index 4c2ee26032..4e8849db93 100644 --- a/tools/intellij-plugin/gradle.properties +++ b/tools/intellij-plugin/gradle.properties @@ -3,7 +3,7 @@ pluginGroup = ai.h2o.wave pluginName = H2O Wave -pluginVersion = 1.1.1 +pluginVersion = 1.1.2 pluginSinceBuild = 212 pluginUntilBuild = 232.* # Plugin Verifier integration -> https://github.com/JetBrains/gradle-intellij-plugin#plugin-verifier-dsl diff --git a/tools/vscode-extension/package.json b/tools/vscode-extension/package.json index c778cc0d53..2fb093fe82 100644 --- a/tools/vscode-extension/package.json +++ b/tools/vscode-extension/package.json @@ -5,7 +5,7 @@ "author": "Martin Turoci", "repository": "https://github.com/h2oai/wave", "license": "Apache-2.0", - "version": "1.1.1", + "version": "1.1.2", "publisher": "h2oai", "contributes": { "snippets": [ diff --git a/ui/package.json b/ui/package.json index 678717ec9a..5fb01233d4 100644 --- a/ui/package.json +++ b/ui/package.json @@ -1,6 +1,6 @@ { "name": "wave-ui", - "version": "1.1.1", + "version": "1.1.2", "private": true, "dependencies": { "@antv/g2": "^4.1.49", diff --git a/university/h2o_wave_university/version.py b/university/h2o_wave_university/version.py index e9e169e2d0..735d20d9e5 100644 --- a/university/h2o_wave_university/version.py +++ b/university/h2o_wave_university/version.py @@ -1 +1 @@ -__version__ = '1.1.1' \ No newline at end of file +__version__ = '1.1.2' \ No newline at end of file