Skip to content

Commit

Permalink
Bump to 0.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mauriciojost committed Mar 17, 2018
1 parent ab85a2f commit c572eae
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions README.md
Expand Up @@ -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).

Expand All @@ -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.

Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/main/scala/org/mauritania/photosync/Constants.scala
Expand Up @@ -2,6 +2,6 @@ package org.mauritania.photosync

object Constants {

val Version = "1master"
val Version = "0.15.0"

}
2 changes: 1 addition & 1 deletion version.sbt
@@ -1 +1 @@
version := "1master"
version := "0.15.0"

0 comments on commit c572eae

Please sign in to comment.