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

Commit 1cb104f

Browse files
committed
bump version 4.1.0
1 parent a6b1393 commit 1cb104f

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,14 @@
11

2+
## 4.1.0
3+
4+
5+
### Added
6+
7+
- added a static helper method for parsing activity results [\#138](https://github.com/spacecowboy/NoNonsense-FilePicker/pull/138) ([spacecowboy](https://github.com/spacecowboy))
8+
9+
10+
Thanks to @F43nd1r for #121
11+
212
## 4.0.1
313

414

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ allprojects {
2323
}
2424

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

0 commit comments

Comments
 (0)