Skip to content

Commit

Permalink
Release 0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderkiel committed Feb 10, 2018
1 parent 1f5f8a9 commit 7289246
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.1
version = 0.2

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.1/csv-crypt-0.1.zip)
* [Linux](https://github.com/life-research/csv-crypt/releases/download/v0.1/csv-crypt-0.1.tar.gz)
* [Windows](https://github.com/life-research/csv-crypt/releases/download/v0.2/csv-crypt-0.2.zip)
* [Linux](https://github.com/life-research/csv-crypt/releases/download/v0.2/csv-crypt-0.2.tar.gz)

Unpack the archive. It will create a directory called `csv-crypt-0.1`. Open console in this directory and run `csv-crypt`.
Unpack the archive. It will create a directory called `csv-crypt-0.2`. 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.1"
(defproject csv-crypt "0.2"
: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 7289246

Please sign in to comment.