diff --git a/README.md b/README.md index ec3cdbf..8bc66d9 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ The library is available on `mavenCentral()`. ``` kotlin dependencies { - implementation("com.valentinilk.shimmer:compose-shimmer:1.3.1") + implementation("com.valentinilk.shimmer:compose-shimmer:1.3.2") } ``` @@ -242,7 +242,7 @@ in the terminal. ## License ``` -Copyright 2023 Valentin Ilk +Copyright 2025 Valentin Ilk Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/mkdocs.yml b/mkdocs.yml index fc119fc..7876e74 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -1,13 +1,13 @@ site_name: 'Compose Shimmer' site_description: "Shimmer library for Jetpack Compose" -site_author: '2023 Compose Shimmer Contributors' +site_author: '2025 Compose Shimmer Contributors' site_url: 'https://valentinilk.github.io/compose-shimmer/' remote_branch: gh-pages repo_name: 'Compose Shimmer' repo_url: 'https://github.com/valentinilk/compose-shimmer' -copyright: 'Copyright 2023 Valentin Ilk' +copyright: 'Copyright 2025 Valentin Ilk' theme: name: material @@ -42,4 +42,4 @@ markdown_extensions: anchor_linenums: true - pymdownx.inlinehilite - pymdownx.snippets - - pymdownx.superfences \ No newline at end of file + - pymdownx.superfences diff --git a/shimmer/build.gradle.kts b/shimmer/build.gradle.kts index e1717ac..339d005 100644 --- a/shimmer/build.gradle.kts +++ b/shimmer/build.gradle.kts @@ -79,7 +79,7 @@ mavenPublishing { coordinates( "com.valentinilk.shimmer", "compose-shimmer", - "1.3.1", + "1.3.2", ) pom { name.set("Compose Shimmer")