Skip to content

Commit

Permalink
Updated library version
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Pot committed Jun 17, 2017
1 parent d82be21 commit 4749dbc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ repositories {
}
dependencies {
compile 'nl.psdcompany:duo-navigation-drawer:2.0.4'
compile 'nl.psdcompany:duo-navigation-drawer:2.0.5'
}
```

Expand All @@ -35,7 +35,7 @@ Or Maven:
<dependency>
<groupId>nl.psdcompany</groupId>
<artifactId>duo-navigation-drawer</artifactId>
<version>2.0.4</version>
<version>2.0.5</version>
<type>pom</type>
</dependency>
```
Expand Down
2 changes: 1 addition & 1 deletion duo-navigation-drawer/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ ext {
siteUrl = 'https://github.com/PSD-Company/duo-navigation-drawer'
gitUrl = 'https://github.com/PSD-Company/duo-navigation-drawer.git'

libraryVersion = '2.0.4'
libraryVersion = '2.0.5'

developerId = 'alexander-psd'
developerName = 'Alexander Pot'
Expand Down

0 comments on commit 4749dbc

Please sign in to comment.