diff --git a/README.md b/README.md index 1cfd6c40..180b2cdd 100644 --- a/README.md +++ b/README.md @@ -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' } ``` diff --git a/build.gradle b/build.gradle index 8d23ac05..452ba5f0 100644 --- a/build.gradle +++ b/build.gradle @@ -1,6 +1,6 @@ buildscript { def versionMajor = 2 - def versionMinor = 0 + def versionMinor = 1 def versionPatch = 0 def versionSuffix = "" ext {