Skip to content

Commit

Permalink
incrementing the version number to 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sgrieve committed Aug 29, 2017
1 parent 96d13ad commit cc88046
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Nammu: Desktop GUI for ORACC

To run Nammu on your computer, you can download it from
[here](https://github.com/oracc/nammu/releases/download/0.7.1/nammu-0.7.1.jar)
[here](https://github.com/oracc/nammu/releases/download/0.8.0/nammu-0.8.0.jar)
and just double click on it to open it.

## What is ORACC?
Expand Down Expand Up @@ -79,7 +79,7 @@ on how to correct them.
## How to run Nammu

To run Nammu on your computer, you can download it from
[here](https://github.com/oracc/nammu/releases/download/0.7.1/nammu-0.7.1.jar)
[here](https://github.com/oracc/nammu/releases/download/0.8.0/nammu-0.8.0.jar)
and just double click on it to open it and use it.

If you find any problem trying to open it, have a look in the [Troubleshooting](#known-problems-and-troubleshooting) section.
Expand Down Expand Up @@ -214,12 +214,12 @@ from previous executions:
like this:
```
java -jar target/nammu-0.7.1.jar
java -jar target/nammu-0.8.0.jar
```

6. You can also run Nammu in development mode from the console. See instructions:
https://github.com/oracc/nammu/wiki/Running-Nammu-from-a-console
https://github.com/oracc/nammu/wiki/Running-Nammu-from-a-console

If you find any problem or need more information, you can create an issue
[here](https://github.com/oracc/nammu/issues).
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>uk.ac.ucl.rc.development.oracc</groupId>
<artifactId>nammu</artifactId>
<version>0.7.1</version>
<version>0.8.0</version>
<packaging>jar</packaging>

<name>nammu</name>
Expand Down

0 comments on commit cc88046

Please sign in to comment.