Skip to content

Commit

Permalink
Merge pull request #116 from Gurgy/feature/release
Browse files Browse the repository at this point in the history
Feature/release
  • Loading branch information
hulthe authored May 28, 2017
2 parents defbd70 + 3313ac0 commit c0a84f1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,10 @@
# Cypher
Matrix desktop client written in java

## Compile
Compile with maven:
```
mvn jfx:jar
```
Runnable output jar-file can be found in:
%project_root%/target/jfx/app/cypher-0.1.X-jfx.jar
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>com.github.cypher</groupId>
<artifactId>cypher</artifactId>
<packaging>jar</packaging>
<version>0.0.1</version>
<version>0.1.0</version>
<name>Cypher</name>
<url>http://maven.apache.org</url>
<repositories>
Expand Down

0 comments on commit c0a84f1

Please sign in to comment.