Skip to content

Commit

Permalink
release(1.0.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
outadoc committed Dec 14, 2022
1 parent d579513 commit db4a440
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# KSP Processor for Toothpick [![Release](https://jitpack.io/v/fr.outadoc/toothpick-ksp.svg)](https://jitpack.io/#fr.outadoc/toothpick-ksp) [![Build and test](https://github.com/outadoc/toothpick-ksp/actions/workflows/build.yml/badge.svg)](https://github.com/outadoc/toothpick-ksp/actions/workflows/build.yml)
# KSP Processor for Toothpick [![Release](https://jitpack.io/v/BedrockStreaming/toothpick-ksp.svg)](https://jitpack.io/#BedrockStreaming/toothpick-ksp) [![Build and test](https://github.com/BedrockStreaming/toothpick-ksp/actions/workflows/build.yml/badge.svg)](https://github.com/BedrockStreaming/toothpick-ksp/actions/workflows/build.yml)

## Background

Expand Down Expand Up @@ -39,7 +39,7 @@ dependencies {
// Remove this:
// kapt("com.github.stephanenicolas.toothpick:toothpick-compiler:...")

ksp("fr.outadoc.toothpick-ksp:compiler:0.0.6")
ksp("com.github.BedrockStreaming.toothpick-ksp:compiler:1.0.0")
}

ksp {
Expand Down
10 changes: 5 additions & 5 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
GROUP=fr.outadoc.toothpick-ksp
VERSION_NAME=0.0.6
VERSION_NAME=1.0.0

POM_PACKAGING=JAR

POM_URL=https://github.com/outadoc/toothpick-ksp.git
POM_SCM_URL=https://github.com/outadoc/toothpick-ksp.git
POM_SCM_CONNECTION=scm:git:git://github.com/outadoc/toothpick-ksp.git
POM_SCM_DEV_CONNECTION=scm:git:ssh://git@github.com/outadoc/toothpick-ksp.git
POM_URL=https://github.com/BedrockStreaming/toothpick-ksp.git
POM_SCM_URL=https://github.com/BedrockStreaming/toothpick-ksp.git
POM_SCM_CONNECTION=scm:git:git://github.com/BedrockStreaming/toothpick-ksp.git
POM_SCM_DEV_CONNECTION=scm:git:ssh://git@github.com/BedrockStreaming/toothpick-ksp.git

POM_LICENCE_NAME=The Apache Software License, Version 2.0
POM_LICENCE_URL=http://www.apache.org/licenses/LICENSE-2.0.txt
Expand Down

0 comments on commit db4a440

Please sign in to comment.