diff --git a/Makefile b/Makefile index e16e46b..c794b02 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -version = 0.1 +version = 0.2 target/csv-crypt-$(version)-standalone.jar: lein clean diff --git a/README.md b/README.md index 6410820..93f040c 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/project.clj b/project.clj index a3e59f0..631c2bc 100644 --- a/project.clj +++ b/project.clj @@ -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"