Skip to content

Commit

Permalink
Release 0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderkiel committed Feb 8, 2018
1 parent 16bbb5a commit 848eae5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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-SNAPSHOT
version = 0.1

target/csv-crypt-$(version)-standalone.jar:
lein uberjar
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Download an archive for your OS:
* Windows
* Linux

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

Please sign in to comment.