Skip to content

Commit

Permalink
Prepare for next release version 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
derTobsch committed Apr 27, 2018
1 parent 9717807 commit 5c82266
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,13 @@

## 0.2.0-SNAPSHOT

* Add
* new awesome clock style

* Upgrade
* to `frontpage-plugin-api` with version `0.5.0`

## 0.1.0

* Add
* First very basic implementation of a plugin
* First very basic implementation of a plugin
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</parent>

<artifactId>frontpage-plugin-clock</artifactId>
<version>0.2.0-SNAPSHOT</version>
<version>0.2.0</version>
<packaging>jar</packaging>

<name>frontpage-plugin-clock</name>
Expand All @@ -34,7 +34,7 @@
<dependency>
<groupId>coffee.synyx</groupId>
<artifactId>frontpage-plugin-api</artifactId>
<version>0.5.0-SNAPSHOT</version>
<version>0.5.0</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
Expand Down

0 comments on commit 5c82266

Please sign in to comment.