Skip to content

Commit

Permalink
Bump to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mauriciojost committed Aug 22, 2019
1 parent a439bb0 commit ef1a13a
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 @@ -35,13 +35,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: [v1.0.0](https://github.com/mauriciojost/olympus-photosync/releases/tag/v1.0.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/v1.0.0/olympus-photosync-1.0.0.zip)

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

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

You can install such packages using _dpkg_ and _rpm_ tools.

Expand All @@ -69,8 +69,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/v1.0.0/olympus-photosync-1.0.0.tgz)
[![Linux release (standalone)](https://img.shields.io/badge/linux-latest-22bb22.svg)](https://github.com/mauriciojost/olympus-photosync/releases/download/v1.0.0/olympus-photosync-1.0.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 = "1.0.0"

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

0 comments on commit ef1a13a

Please sign in to comment.