Skip to content

Commit

Permalink
build: Set version to 3.3.0
Browse files Browse the repository at this point in the history
## [3.3.0](v3.2.3...v3.3.0) (2023-12-25)

### Features

* Storing all donations in single table ([#240](#240)) ([422deb5](422deb5))

### Documentation

* Update README.md ([7b8b329](7b8b329))

### Build Systems

* Fix jacoco report path on upload ([2041dfc](2041dfc))
* Jacoco reports for unit and IT separately ([1ec0566](1ec0566))
* Publish coverage reports from all jobs ([7527ba3](7527ba3))
* Update process-artifacts.yml ([62d61b9](62d61b9))
* **deps:** bump com.github.spotbugs:spotbugs-annotations ([#232](#232)) ([a55fb42](a55fb42))
* Update sweep.yaml ([62878f4](62878f4))

[no ci]
  • Loading branch information
actions-user committed Dec 25, 2023
1 parent 422deb5 commit 36e65f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ dependencies {
}

group 'com.yuriytkach'
version '3.2.3'
version '3.3.0'

java {
sourceCompatibility = JavaVersion.VERSION_17
Expand Down

0 comments on commit 36e65f0

Please sign in to comment.