Skip to content

Commit

Permalink
Release 0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderkiel committed Aug 20, 2018
1 parent e0faaab commit c89f82f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version = 0.4-SNAPSHOT
version = 0.4

target/csv-crypt-$(version)-standalone.jar:
lein clean
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ A command line tool which encrypts a CSV file line by line so that it's possible

Download an archive for your OS:

* [Windows](https://github.com/life-research/csv-crypt/releases/download/v0.3/csv-crypt-0.3.zip)
* [Linux](https://github.com/life-research/csv-crypt/releases/download/v0.3/csv-crypt-0.3.tar.gz)
* [Windows](https://github.com/life-research/csv-crypt/releases/download/v0.4/csv-crypt-0.4.zip)
* [Linux](https://github.com/life-research/csv-crypt/releases/download/v0.4/csv-crypt-0.4.tar.gz)

Unpack the archive. It will create a directory called `csv-crypt-0.3`. Open console in this directory and run `csv-crypt`.
Unpack the archive. It will create a directory called `csv-crypt-0.4`. Open console in this directory and run `csv-crypt`.

## Usage

Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject csv-crypt "0.4-SNAPSHOT"
(defproject csv-crypt "0.4"
:description "Line-by-line CSV Encryption Tool"
:url "https://github.com/life-research/csv-crypt"
:license {:name "Eclipse Public License"
Expand Down

0 comments on commit c89f82f

Please sign in to comment.