Skip to content

Commit

Permalink
🎉 3.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
ohmae committed Aug 8, 2019
1 parent 5386d56 commit d353983
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 @@ -56,7 +56,7 @@ repositories {
jcenter()
}
dependencies {
implementation 'net.mm2d:mmupnp:3.0.4'
implementation 'net.mm2d:mmupnp:3.0.5'
}
```

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
buildscript {
def versionMajor = 3
def versionMinor = 0
def versionPatch = 4
def versionPatch = 5
ext {
kotlin_version = "1.3.41"
pj = [
Expand Down

0 comments on commit d353983

Please sign in to comment.