Skip to content

Commit

Permalink
Release 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ekoutanov committed Oct 12, 2017
1 parent bef9eba commit 7ef53ee
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,15 @@ For Maven:
<dependency>
<groupId>com.obsidiandynamics.indigo</groupId>
<artifactId>indigo-core</artifactId>
<version>1.0.0</version>
<version>1.1.0</version>
<type>pom</type>
</dependency>
```

For Gradle:

```groovy
compile 'com.obsidiandynamics.indigo:indigo-core:1.0.0'
compile 'com.obsidiandynamics.indigo:indigo-core:1.1.0'
```

## Hello world
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/indigo.version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.1.0-SNAPSHOT
1.1.0

0 comments on commit 7ef53ee

Please sign in to comment.