Skip to content

Commit

Permalink
Bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
yesitskev committed Aug 2, 2017
1 parent aaf606d commit c322c57
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Change Log
==========

Version 0.1.1 *(2017-08-02)*
----------------------------

Bumped compile SDK version to 26

Version 0.1.0 *(2017-02-01)*
----------------------------

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ allprojects {
}
}
dependencies {
compile 'com.github.kevelbreh:androidunits:0.1.0'
compile 'com.github.kevelbreh:androidunits:0.1.1'
}
```

Expand All @@ -55,7 +55,7 @@ Or Maven:
<dependency>
<groupId>com.github.kevelbreh</groupId>
<artifactId>androidunits</artifactId>
<version>0.1.0</version>
<version>0.1.1</version>
</dependency>

```
Expand Down

0 comments on commit c322c57

Please sign in to comment.