Skip to content

Commit

Permalink
🎉 release 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ohmae committed Apr 27, 2019
1 parent cb601e9 commit f90d7ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ Add dependencies, such as the following.

```gradle
dependencies {
implementation 'net.mm2d:mmupnp:2.0.0'
implementation 'net.mm2d:mmupnp:2.1.0'
}
```

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
buildscript {
def versionMajor = 2
def versionMinor = 0
def versionMinor = 1
def versionPatch = 0
def versionSuffix = ""
ext {
Expand Down

0 comments on commit f90d7ee

Please sign in to comment.