From c572eaee56ec277c6c5e9dd656983f82ec4780b3 Mon Sep 17 00:00:00 2001 From: Mauricio Jost Date: Sat, 17 Mar 2018 09:28:24 +0100 Subject: [PATCH] Bump to 0.15.0 --- README.md | 10 +++++----- .../scala/org/mauritania/photosync/Constants.scala | 2 +- version.sbt | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 13c5bd1..ed5e2be 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ Latest release is: [v0.14.0](https://github.com/mauriciojost/olympus-photosync/r Download the latest release for Windows: -[![Windows releases](https://img.shields.io/badge/windows-latest-22bb22.svg)](https://github.com/mauriciojost/olympus-photosync/releases/download/v1master/olympus-photosync-1master.zip) +[![Windows releases](https://img.shields.io/badge/windows-latest-22bb22.svg)](https://github.com/mauriciojost/olympus-photosync/releases/download/v0.15.0/olympus-photosync-0.15.0.zip) No installation needed. Decompress the release in `C:\olympus\` (you will need to create the directory). @@ -48,8 +48,8 @@ The executables will be under the unzipped directory, in the `bin` subdirectory: For Linux both _.deb_ and _.rpm_ packages are provided. Download the latest release for your own distribution: -[![Debian release](https://img.shields.io/badge/debian-latest-22bb22.svg)](https://github.com/mauriciojost/olympus-photosync/releases/download/v1master/olympus-photosync_1master_all.deb) -[![RedHat release](https://img.shields.io/badge/redhat-latest-22bb22.svg)](https://github.com/mauriciojost/olympus-photosync/releases/download/v1master/olympus-photosync-1master-1.noarch.rpm) +[![Debian release](https://img.shields.io/badge/debian-latest-22bb22.svg)](https://github.com/mauriciojost/olympus-photosync/releases/download/v0.15.0/olympus-photosync_0.15.0_all.deb) +[![RedHat release](https://img.shields.io/badge/redhat-latest-22bb22.svg)](https://github.com/mauriciojost/olympus-photosync/releases/download/v0.15.0/olympus-photosync-0.15.0-1.noarch.rpm) You can install such packages using _dpkg_ and _rpm_ tools. @@ -66,8 +66,8 @@ The tool `olympus-photosync` will be added to the `PATH` so that you can use it Download the latest release: -[![MacOS release](https://img.shields.io/badge/macos-latest-22bb22.svg)](https://github.com/mauriciojost/olympus-photosync/releases/download/v1master/olympus-photosync-1master.tgz) -[![Linux release (standalone)](https://img.shields.io/badge/linux-latest-22bb22.svg)](https://github.com/mauriciojost/olympus-photosync/releases/download/v1master/olympus-photosync-1master.tgz) +[![MacOS release](https://img.shields.io/badge/macos-latest-22bb22.svg)](https://github.com/mauriciojost/olympus-photosync/releases/download/v0.15.0/olympus-photosync-0.15.0.tgz) +[![Linux release (standalone)](https://img.shields.io/badge/linux-latest-22bb22.svg)](https://github.com/mauriciojost/olympus-photosync/releases/download/v0.15.0/olympus-photosync-0.15.0.tgz) These packages are provided so that the application can be used without installation. Download the release and decompress it somewhere diff --git a/src/main/scala/org/mauritania/photosync/Constants.scala b/src/main/scala/org/mauritania/photosync/Constants.scala index 439e2e5..99e7113 100644 --- a/src/main/scala/org/mauritania/photosync/Constants.scala +++ b/src/main/scala/org/mauritania/photosync/Constants.scala @@ -2,6 +2,6 @@ package org.mauritania.photosync object Constants { - val Version = "1master" + val Version = "0.15.0" } diff --git a/version.sbt b/version.sbt index faf51b5..8c19e7f 100644 --- a/version.sbt +++ b/version.sbt @@ -1 +1 @@ -version := "1master" +version := "0.15.0"