Skip to content

Commit

Permalink
Prepare version 1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeWharton committed Feb 28, 2024
1 parent b13772c commit be8e76d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## [Unreleased]



## [1.4.1] - 2024-02-28

New:
- Support for `linuxArm64` and `wasmJs` targets.

Expand Down Expand Up @@ -228,7 +232,8 @@ Initial release



[Unreleased]: https://github.com/cashapp/molecule/compare/1.4.0...HEAD
[Unreleased]: https://github.com/cashapp/molecule/compare/1.4.1...HEAD
[1.4.1]: https://github.com/cashapp/molecule/releases/tag/1.4.1
[1.4.0]: https://github.com/cashapp/molecule/releases/tag/1.4.0
[1.3.2]: https://github.com/cashapp/molecule/releases/tag/1.3.2
[1.3.1]: https://github.com/cashapp/molecule/releases/tag/1.3.1
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath 'app.cash.molecule:molecule-gradle-plugin:1.4.0'
classpath 'app.cash.molecule:molecule-gradle-plugin:1.4.1'
}
}
Expand All @@ -183,7 +183,7 @@ certain versions of Kotlin.

| Kotlin | Molecule |
|--------|----------------|
| 1.9.22 | 1.3.2 - 1.4.0 |
| 1.9.22 | 1.3.2 - 1.4.1 |
| 1.9.21 | 1.3.1 |
| 1.9.20 | 1.3.0 |
| 1.9.10 | 1.2.1 |
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
GROUP=app.cash.molecule

# HEY! If you change the major version here be sure to update release.yaml doc target folder!
VERSION_NAME=1.5.0-SNAPSHOT
VERSION_NAME=1.4.1

SONATYPE_AUTOMATIC_RELEASE=true
SONATYPE_HOST=DEFAULT
Expand Down

0 comments on commit be8e76d

Please sign in to comment.