Skip to content

Commit

Permalink
Releasing v0.0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
christiandeange committed Feb 7, 2024
1 parent c4aad20 commit 5bf0e54
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
![Maven Central](https://img.shields.io/maven-central/v/sh.christian.aaraar/gradle-plugin?versionPrefix=0.0.11) ![CI](https://github.com/christiandeange/aaraar/actions/workflows/ci.yml/badge.svg)
![Maven Central](https://img.shields.io/maven-central/v/sh.christian.aaraar/gradle-plugin?versionPrefix=0.0.12) ![CI](https://github.com/christiandeange/aaraar/actions/workflows/ci.yml/badge.svg)

# aaraar

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 @@ org.gradle.jvmargs=-Xmx8g -XX:MaxMetaspaceSize=512m
kotlin.code.style=official

POM_GROUP_ID=sh.christian.aaraar
POM_VERSION=0.0.12-SNAPSHOT
POM_VERSION=0.0.12
2 changes: 1 addition & 1 deletion sample-lib/library/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
plugins {
id 'com.android.library'
id 'org.jetbrains.kotlin.android'
id 'sh.christian.aaraar' version '0.0.11'
id 'sh.christian.aaraar' version '0.0.12'
id 'maven-publish'
}

Expand Down

0 comments on commit 5bf0e54

Please sign in to comment.