Skip to content
This repository has been archived by the owner on Feb 11, 2022. It is now read-only.

Commit

Permalink
bump version 4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
spacecowboy committed Apr 7, 2017
1 parent a6b1393 commit 1cb104f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@

## 4.1.0


### Added

- added a static helper method for parsing activity results [\#138](https://github.com/spacecowboy/NoNonsense-FilePicker/pull/138) ([spacecowboy](https://github.com/spacecowboy))


Thanks to @F43nd1r for #121

## 4.0.1


Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ allprojects {
}

ext {
gitTag = '4.0.1'
gitTag = '4.1.0'
gitCommitCount = Integer.parseInt('git rev-list --count HEAD'.execute([], project.rootDir).text.trim())
}

0 comments on commit 1cb104f

Please sign in to comment.