Skip to content

Commit

Permalink
Bump to v0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mauriciojost committed Jan 28, 2018
1 parent fcd39c4 commit b3c81d5
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 7 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ The installation procedure depends on your operating system. See below all relea

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.14.0/olympus-photosync-0.14.0.zip)

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

Expand All @@ -46,8 +46,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.14.0/olympus-photosync_0.14.0_all.deb)
[![RedHat release](https://img.shields.io/badge/redhat-latest-22bb22.svg)](https://github.com/mauriciojost/olympus-photosync/releases/download/v0.14.0/olympus-photosync-0.14.0-1.noarch.rpm)

You can install such packages using _dpkg_ and _rpm_ tools.

Expand All @@ -64,8 +64,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.14.0/olympus-photosync-0.14.0.tgz)
[![Linux release (standalone)](https://img.shields.io/badge/linux-latest-22bb22.svg)](https://github.com/mauriciojost/olympus-photosync/releases/download/v0.14.0/olympus-photosync-0.14.0.tgz)

These packages are provided so that the application can be used without
installation. Download the release and decompress it somewhere
Expand Down
12 changes: 12 additions & 0 deletions RELEASE-NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,3 +168,15 @@
- commit Add thumbnails to the GUI #35
- commit Bump to v0.13



## RELEASE: 0.14.0

- commit Add RELEASE-NOTES.md
- commit In Windows, launch GUI by default #46
- commit Make files pattern no case-sensitive #51
- commit Update documentation for #51
- commit At the end of the sync clearly display where the photos are #50
- commit Ease releasing
- commit Update correctly the versions in Constants.scala and version.sbt
- commit Update release notes
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.14.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.14.0"

0 comments on commit b3c81d5

Please sign in to comment.