Skip to content

Commit

Permalink
chore: Release v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mturoci committed May 6, 2024
1 parent 920a1d4 commit 9bd3cb3
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion py/h2o_lightwave/h2o_lightwave/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '1.1.2'
__version__ = '1.2.0'
2 changes: 1 addition & 1 deletion py/h2o_lightwave_web/h2o_lightwave_web/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '1.1.2'
__version__ = '1.2.0'
2 changes: 1 addition & 1 deletion py/h2o_wave/h2o_wave/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '1.1.2'
__version__ = '1.2.0'
2 changes: 1 addition & 1 deletion r/DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: h2owave
Title: R Driver for H2O Wave Realtime Apps Framework
Version: 1.1.2
Version: 1.2.0
Date: 2022-05-03
Authors@R: c(
person(given = "Ashrith",
Expand Down
2 changes: 1 addition & 1 deletion tools/intellij-plugin/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

pluginGroup = ai.h2o.wave
pluginName = H2O Wave
pluginVersion = 1.1.2
pluginVersion = 1.2.0
pluginSinceBuild = 212
pluginUntilBuild = 232.*
# Plugin Verifier integration -> https://github.com/JetBrains/gradle-intellij-plugin#plugin-verifier-dsl
Expand Down
2 changes: 1 addition & 1 deletion tools/vscode-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"author": "Martin Turoci",
"repository": "https://github.com/h2oai/wave",
"license": "Apache-2.0",
"version": "1.1.2",
"version": "1.2.0",
"publisher": "h2oai",
"contributes": {
"snippets": [
Expand Down
2 changes: 1 addition & 1 deletion ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wave-ui",
"version": "1.1.2",
"version": "1.2.0",
"private": true,
"dependencies": {
"@antv/g2": "^4.1.49",
Expand Down
2 changes: 1 addition & 1 deletion university/h2o_wave_university/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '1.1.2'
__version__ = '1.2.0'

0 comments on commit 9bd3cb3

Please sign in to comment.