Skip to content

Commit 335ef9d

Browse files
authored
Merge pull request #5 from SimpleFinance/bump-version
Bump to 0.4.0
2 parents 1efb550 + 921728d commit 335ef9d

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

.github/workflows/ci.yml

+1
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,4 @@ jobs:
2424
with:
2525
github_token: ${{ secrets.GITHUB_TOKEN }}
2626
report_paths: '**/build/test-results/test/TEST-*.xml'
27+
check_name: test-report

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ work, but are not supported.
2222
| 0.3 | 5.2.1 | 3.3.1 |
2323
| 0.3.2 | 5.3 | 3.3.2 |
2424
| 0.3.3 | 5.4.1 | 3.4.1 |
25-
| 0.3.4 | 6.5 | 4.0.0 |
25+
| 0.4.0 | 6.5 | 4.0.0 |
2626

2727
## Installation
2828

gradle.properties

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
kotlin.incremental=true
22
org.gradle.warning.mode=all
33

4-
baseVersion=0.3.4
4+
baseVersion=0.4.0
55
snapshot=true
6-
nexusUsername=
7-
nexusPassword=

0 commit comments

Comments
 (0)