Skip to content

Commit

Permalink
chore: Release v0.26.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mturoci committed Jun 26, 2023
1 parent cfb1a78 commit 2e13768
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 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__ = '0.25.0'
__version__ = '0.26.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__ = '0.25.0'
__version__ = '0.26.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__ = '0.25.0'
__version__ = '0.26.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: 0.25.0
Version: 0.26.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 = 0.25.0
pluginVersion = 0.26.0
pluginSinceBuild = 212
#pluginUntilBuild = 211.*
# 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": "0.25.0",
"version": "0.26.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": "0.25.3",
"version": "0.26.0",
"private": true,
"dependencies": {
"@antv/g2": "^4.1.49",
Expand Down

0 comments on commit 2e13768

Please sign in to comment.