Skip to content
This repository has been archived by the owner on Nov 19, 2019. It is now read-only.

Commit

Permalink
Release v0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderkiel committed Apr 28, 2019
1 parent 8900d59 commit 9f0e298
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/life-fhir-gen-$(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 @@ Generates FHIR Bundles with test data. Currently a fix set of FHIR patient and O

Download an archive for your OS:

* [Windows](https://github.com/life-research/life-fhir-gen/releases/download/v0.1/life-fhir-gen-0.1.zip)
* [Linux](https://github.com/life-research/life-fhir-gen/releases/download/v0.1/life-fhir-gen-0.1.tar.gz)
* [Windows](https://github.com/life-research/life-fhir-gen/releases/download/v0.1/life-fhir-gen-0.2.zip)
* [Linux](https://github.com/life-research/life-fhir-gen/releases/download/v0.1/life-fhir-gen-0.2.tar.gz)

Unpack the archive. It will create a directory called `life-fhir-gen-0.1`. Open console in this directory and run `life-fhir-gen`.
Unpack the archive. It will create a directory called `life-fhir-gen-0.2`. Open console in this directory and run `life-fhir-gen`.

## 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 life-fhir-gen "0.1"
(defproject life-fhir-gen "0.2"
:description "FHIR Test Data Generator"
:url "https://github.com/life-research/life-fhir-gen"

Expand Down

0 comments on commit 9f0e298

Please sign in to comment.