Skip to content

Commit

Permalink
Bump to v0.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mauriciojost committed Jan 4, 2019
1 parent ae145e0 commit 5b8cca0
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,13 @@ The remaining installation procedure depends on your operating system. See below

[![All releases](https://img.shields.io/badge/all-releases-22bb22.svg)](https://github.com/mauriciojost/olympus-photosync/releases/)

Latest release is: [v1master](https://github.com/mauriciojost/olympus-photosync/releases/tag/v1master)
Latest release is: [v0.16.0](https://github.com/mauriciojost/olympus-photosync/releases/tag/v0.16.0)

### Install on Windows

One Java is installed, 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.16.0/olympus-photosync-0.16.0.zip)

No installation needed. Decompress the release in `C:\olympus\` (you will need to create the directory).

Expand All @@ -50,8 +50,8 @@ The executables will be under the unzipped directory, in the `bin` subdirectory:

For Linux both _.deb_ and _.rpm_ packages are provided. With Java installed, 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.16.0/olympus-photosync_0.16.0_all.deb)
[![RedHat release](https://img.shields.io/badge/redhat-latest-22bb22.svg)](https://github.com/mauriciojost/olympus-photosync/releases/download/v0.16.0/olympus-photosync-0.16.0-1.noarch.rpm)

You can install such packages using _dpkg_ and _rpm_ tools.

Expand All @@ -68,8 +68,8 @@ The tool `olympus-photosync` will be added to the `PATH` so that you can use it

With Java installed, 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.16.0/olympus-photosync-0.16.0.tgz)
[![Linux release (standalone)](https://img.shields.io/badge/linux-latest-22bb22.svg)](https://github.com/mauriciojost/olympus-photosync/releases/download/v0.16.0/olympus-photosync-0.16.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
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ package org.mauritania.photosync

object Constants {

val Version = "1master"
val Version = "0.16.0"

}
2 changes: 1 addition & 1 deletion version.sbt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version := "1master"
version := "0.16.0"

0 comments on commit 5b8cca0

Please sign in to comment.