Skip to content

Commit

Permalink
#20: Release version 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nerro committed Mar 13, 2017
1 parent 6048496 commit 0205d47
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ docker images as small as possible.

## Installation

1. Download the [javinla script](https://github.com/nerro/javinla/releases/download/v1.0.0/javinla) from latest release.
1. Download the [javinla script](https://github.com/nerro/javinla/releases/download/v1.1.0/javinla) from latest release.
2. Place it somewhere on your PATH (make sure it is executable).
3. That's it.

Expand Down
2 changes: 1 addition & 1 deletion javinla
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ set -o pipefail # return the exit status of the last command in the pipe
set -o nounset # treat unset variables and parameters as an error

readonly program=$(basename $0)
readonly version="1.1.0-dev"
readonly version="1.1.0"
readonly oraclelicence_header="Cookie: gpw_e24=http%3A%2F%2Fwww.oracle.com%2F; oraclelicense=accept-securebackup-cookie"

declare is_wget_installed="false"
Expand Down

0 comments on commit 0205d47

Please sign in to comment.