Skip to content

Commit

Permalink
Ver.1.0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
ohmae committed Mar 18, 2017
1 parent 784f04a commit 2784fe6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ repositories {
}
dependencies {
compile 'net.mm2d.mmupnp:mmupnp:1.0.10'
compile 'net.mm2d.mmupnp:mmupnp:1.0.11'
}
```

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
group 'net.mm2d.mmupnp'
version '1.0.10'
version '1.0.11'

apply plugin: 'java'
apply plugin: 'eclipse'
Expand Down
2 changes: 1 addition & 1 deletion lib/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
group 'net.mm2d.mmupnp'
version '1.0.10'
version '1.0.11'

apply plugin: 'java'
apply plugin: 'maven'
Expand Down
2 changes: 1 addition & 1 deletion sample/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
group 'net.mm2d.mmupnp'
version '1.0.10'
version '1.0.11'

apply plugin: 'java'

Expand Down

0 comments on commit 2784fe6

Please sign in to comment.