Skip to content

Commit

Permalink
1.1.1 fix typo in POM
Browse files Browse the repository at this point in the history
  • Loading branch information
JesusMcCloud committed Jul 22, 2024
1 parent 7608185 commit 849e7bd
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 14 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# 1.x

## 1.1.1
* Fix Typo in POM

## 1.1.0

* Delegate Base16 encoding/decoding to Matthew Nelsons's encoder/decoder to improve performance
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ kotlin {
withType<MavenPublication> {
artifact(javadocJar)
pom {
name.set("Miltibase")
name.set("Multibase")
description.set("KMP Multibase Encoder/Decoder")
url.set("https://github.com/a-sit-plus/multibase")
licenses {
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ kotlin.mpp.enableCInteropCommonization=true
kotlin.mpp.stability.nowarn=true
kotlin.native.ignoreDisabledTargets=true

artifactVersion = 1.1.0
artifactVersion = 1.1.1
33 changes: 21 additions & 12 deletions multibase.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 849e7bd

Please sign in to comment.