Skip to content
This repository has been archived by the owner on Jul 10, 2020. It is now read-only.

Commit

Permalink
Prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Oberwasserlechner committed Feb 25, 2017
1 parent b29615b commit 59b28da
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ Dependency
<dependency>
<groupId>com.byteowls</groupId>
<artifactId>vaadin-chartjs</artifactId>
<version>0.3.0</version>
<version>0.4.0</version>
</dependency>
</dependencies>

Expand All @@ -81,7 +81,7 @@ Repository
Dependency

dependencies {
compile ("com.byteowls:vaadin-chartjs:0.3.0")
compile ("com.byteowls:vaadin-chartjs:0.4.0")
}
## Usage

Expand Down
2 changes: 1 addition & 1 deletion addon/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
artifactId=vaadin-chartjs
version=0.4.0-SNAPSHOT
version=0.4.0

vaadinVersion=7.4.0

0 comments on commit 59b28da

Please sign in to comment.