Skip to content

Commit

Permalink
Add download link for latest version to README
Browse files Browse the repository at this point in the history
  • Loading branch information
liry authored Aug 13, 2018
1 parent 82a115f commit 5728c2c
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
*Nota Bene:* As of 10/13/2015 this app is in maintenance mode.
I'm pulling in useful commits from the community but make no guarantees about long-term support of this project.
The unlimited storage plan with [Amazon's Cloud Drive](https://www.amazon.com/clouddrive/) has solved my need for cheap
large-scale file storage.

# Simple Amazon Glacier Uploader

Multiplatform (Win/Mac/Linux) GUI Client for _Amazon Glacier_.
Expand All @@ -14,7 +9,7 @@ SAGU is a single `.jar` file Glacier interface written in Java for cross-platfor
The use of Java assures that you will have access to your files regardless of your operating system when it is time
to retrieve your data.

For latest binary download see [project's web page](http://simpleglacieruploader.brianmcmichael.com).
##### Download latest binary: [GlacierUploader-0.75.0.jar](https://www.dropbox.com/s/4o98qd0irrhujos/GlacierUploader-0.75.0.jar?dl=1)

### Contributors:

Expand All @@ -25,6 +20,11 @@ For latest binary download see [project's web page](http://simpleglacieruploader
https://github.com/richardneish
https://github.com/philosophicles

*Note from Brian L. McMichael:* As of 10/13/2015 this app is in maintenance mode.
I'm pulling in useful commits from the community but make no guarantees about long-term support of this project.
The unlimited storage plan with [Amazon's Cloud Drive](https://www.amazon.com/clouddrive/) has solved my need for cheap
large-scale file storage.

### License
GNU General Public License Version 3. See [LICENSE](LICENSE)

Expand All @@ -47,4 +47,4 @@ mvn release:prepare
This will do some checks, change the version in the POM to a new version (you will be prompted for the versions to use),
commit POM, tag the code in the SCM, bump the version in the POM and commit this POM.

One can first simulate the release (no commits) using parameter `-DdryRun=true`.
One can first simulate the release (no commits) using parameter `-DdryRun=true`.

0 comments on commit 5728c2c

Please sign in to comment.