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

Commit

Permalink
remote: release dev-10
Browse files Browse the repository at this point in the history
  • Loading branch information
berberman committed Jan 23, 2019
1 parent f292bc2 commit 15fbf33
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions remote/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ repositories {
jcenter()
}
dependencies {
compile 'org.mechdancer:remote:0.2.1-dev-8'
compile 'org.mechdancer:remote:0.2.1-dev-10'
}
```

Expand All @@ -120,7 +120,7 @@ dependencies {
<dependency>
<groupId>org.mechdancer</groupId>
<artifactId>remote</artifactId>
<version>0.2.1-dev-6</version>
<version>0.2.1-dev-10</version>
<type>pom</type>
</dependency>
```
Expand Down
2 changes: 1 addition & 1 deletion remote/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ apply {
plugin("com.novoda.bintray-release")
}

version = "0.2.1-dev-9"
version = "0.2.1-dev-10"

dependencies {
compile(kotlin("stdlib"))
Expand Down

0 comments on commit 15fbf33

Please sign in to comment.