From addf10b482a1b2d2c420658dce8ab17ecffc99a9 Mon Sep 17 00:00:00 2001 From: Patrick Fink Date: Sun, 11 Dec 2016 22:24:37 +0100 Subject: [PATCH] Release version 0.5. Next version will be 0.9 -> updating snapshot versioning. --- META-INF/MANIFEST.MF | 2 +- README.md | 2 +- pom.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/META-INF/MANIFEST.MF b/META-INF/MANIFEST.MF index 8715a41..c62f8cc 100644 --- a/META-INF/MANIFEST.MF +++ b/META-INF/MANIFEST.MF @@ -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, diff --git a/README.md b/README.md index e1691b1..d51f5bb 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/pom.xml b/pom.xml index 7091dcf..9e57208 100644 --- a/pom.xml +++ b/pom.xml @@ -11,7 +11,7 @@ org.openhab.binding org.openhab.binding.flicbutton - 0.5.0-SNAPSHOT + 0.9.0-SNAPSHOT FlicButton Binding eclipse-plugin