Skip to content

Commit

Permalink
Merge pull request #91 from everli/release/v0.4.1
Browse files Browse the repository at this point in the history
[Release] v0.4.1
  • Loading branch information
GhimpuLucianEduard committed Nov 2, 2023
2 parents 545d4f0 + 598a4e6 commit a754040
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
v0.3.1-wilds-of-eldraine / 2023-09-19
v0.4.1-bolas / 2023-11-02
==================
* milestone [v0.4.1-bolas](https://github.com/everli/design-system-android/milestone/16)
* [ADDED] new radius

v0.4.0-wilds-of-eldraine / 2023-09-19
==================
* milestone [v0.4.0-wilds-of-eldraine](https://github.com/everli/design-system-android/milestone/15)
* [UPDATE] `compose` version
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apply plugin: "org.jlleitschuh.gradle.ktlint"
ext {
versionMajor = 0
versionMinor = 4
versionPatch = 0
versionPatch = 1
versionName = "${versionMajor}.${versionMinor}.${versionPatch}"
snapshotVersionName = "${versionMajor}.${versionMinor}.${versionPatch}-SNAPSHOT"
}
Expand Down

0 comments on commit a754040

Please sign in to comment.