Skip to content

Commit

Permalink
Release version 0.5. Next version will be 0.9 -> updating snapshot ve…
Browse files Browse the repository at this point in the history
…rsioning.
  • Loading branch information
pfink committed Dec 11, 2016
1 parent 696be0d commit addf10b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2
Bundle-Name: FlicButton Binding
Bundle-SymbolicName: org.openhab.binding.flicbutton;singleton:=true
Bundle-Vendor: openHAB
Bundle-Version: 0.5.0.qualifier
Bundle-Version: 0.9.0.qualifier
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
Bundle-ClassPath: ., lib/fliclib-linux-hci-client-4ddb2ac.jar
Import-Package: com.google.common.collect,
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# OpenHab 2 Flic Button Binding [![Build Status](https://travis-ci.org/pfink/openhab2-flicbutton.svg?branch=master)](https://travis-ci.org/pfink/openhab2-flicbutton)

OpenHab2 binding for [fliclib-linux-hci](https://github.com/50ButtonsEach/fliclib-linux-hci) using the java clientlib by Shortcut Labs. **Important note: You're currently on the master / development branch. If you want to test the latest release (0.1 Pre-Alpha), [please switch to the 0.1 tag](https://github.com/pfink/openhab2-flicbutton/tree/0.1) to see the proper version of the documentation.**
OpenHab2 binding for [fliclib-linux-hci](https://github.com/50ButtonsEach/fliclib-linux-hci) using the java clientlib by Shortcut Labs. **Important note: You're currently on the master / development branch. If you want to test the latest release (0.5 Alpha), [please switch to the 0.5 tag](https://github.com/pfink/openhab2-flicbutton/tree/0.5) to see the proper version of the documentation.**

## Supported Things

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<groupId>org.openhab.binding</groupId>
<artifactId>org.openhab.binding.flicbutton</artifactId>
<version>0.5.0-SNAPSHOT</version>
<version>0.9.0-SNAPSHOT</version>

<name>FlicButton Binding</name>
<packaging>eclipse-plugin</packaging>
Expand Down

0 comments on commit addf10b

Please sign in to comment.