Skip to content

Commit

Permalink
tag for 1.7.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
fastily committed Nov 2, 2018
1 parent a24c76a commit 6a8633a
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 @@ -21,14 +21,14 @@ jwiki is [on jcenter](https://bintray.com/fastily/maven/jwiki).
<dependency>
<groupId>fastily</groupId>
<artifactId>jwiki</artifactId>
<version>1.6.0</version>
<version>1.7.0</version>
<type>pom</type>
</dependency>
```

#### Gradle
```groovy
compile 'fastily:jwiki:1.6.0'
compile 'fastily:jwiki:1.7.0'
```

## Build
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
id 'idea'
}

version="1.6.1"
version="1.7.0"
description="${project.name} build script"
group="fastily"

Expand Down

0 comments on commit 6a8633a

Please sign in to comment.