Skip to content

Commit

Permalink
Update README, CHANGELOG, and Splash for 0.7.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
Hiromu Hota committed May 23, 2017
1 parent 5b14e57 commit 45dd318
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Change Log

## 0.7.1.9 - 2017-05-23

### Changed
- Rebased to 7.1.0.0-12

## 0.7.0.9 - 2017-05-05

### Added
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ This is one of the community activities and not supported by Pentaho.

Please refer to the [wiki](https://github.com/HiromuHota/pentaho-kettle/wiki) and [issues](https://github.com/HiromuHota/pentaho-kettle/issues).

# How to deploy with Docker (no config)
# How to deploy with Docker (pre-configured)

The following command gives you webSpoon without plugins:

Expand Down
2 changes: 1 addition & 1 deletion ui/src/org/pentaho/di/ui/core/dialog/Splash.java
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ public void paintControl( PaintEvent e ) {
} else {
fullVersionText = fullVersionText + " " + buildVersion;
}
fullVersionText += ", webSpoon (0.7.0.9)";
fullVersionText += ", webSpoon (0.7.1.9)";
e.gc.setFont( verFont );
e.gc.setForeground( display.getSystemColor( SWT.COLOR_WHITE ) );
e.gc.drawText( fullVersionText, 290, 205, true );
Expand Down

0 comments on commit 45dd318

Please sign in to comment.