Skip to content

Commit

Permalink
Fix license expression (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
skeet70 authored Aug 15, 2024
1 parent 3c91b8c commit 5fee2bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "uniffi-bindgen-java"
version = "0.1.0"
authors = ["IronCore Labs <[email protected]>"]
readme = "README.md"
license = "mpl-2.0"
license = "MPL-2.0"
repository = "https://github.com/IronCoreLabs/uniffi-bindgen-java"
documentation = "https://docs.rs/uniffi-bindgen-java"
keywords = [
Expand Down
1 change: 1 addition & 0 deletions RELEASING.md
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
To release a new version create a `CHANGELOG.md` entry, bump the `Cargo.toml` version, create a matching tag, and push all of the above.
Then run the [release action](https://github.com/IronCoreLabs/uniffi-bindgen-java/actions/workflows/release.yml) to release the crate to `crates.io`.

0 comments on commit 5fee2bd

Please sign in to comment.