Skip to content

Commit

Permalink
Merge pull request #5 from SimpleFinance/bump-version
Browse files Browse the repository at this point in the history
Bump to 0.4.0
  • Loading branch information
tadfisher authored Jun 25, 2020
2 parents 1efb550 + 921728d commit 335ef9d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,4 @@ jobs:
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
report_paths: '**/build/test-results/test/TEST-*.xml'
check_name: test-report
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ work, but are not supported.
| 0.3 | 5.2.1 | 3.3.1 |
| 0.3.2 | 5.3 | 3.3.2 |
| 0.3.3 | 5.4.1 | 3.4.1 |
| 0.3.4 | 6.5 | 4.0.0 |
| 0.4.0 | 6.5 | 4.0.0 |

## Installation

Expand Down
4 changes: 1 addition & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
kotlin.incremental=true
org.gradle.warning.mode=all

baseVersion=0.3.4
baseVersion=0.4.0
snapshot=true
nexusUsername=
nexusPassword=

0 comments on commit 335ef9d

Please sign in to comment.