Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Revxrsal committed Dec 21, 2024
1 parent aed3a03 commit ff47249
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ build.gradle:
```groovy
plugins {
id 'com.github.johnrengelman.shadow' version '8.1.1'
id 'io.github.revxrsal.zapper' version '1.0.1'
id 'io.github.revxrsal.zapper' version '1.0.2'
}
```

Expand All @@ -42,7 +42,7 @@ build.gradle.kts:
```groovy
plugins {
id("com.github.johnrengelman.shadow") version "8.1.1"
id("io.github.revxrsal.zapper") version "1.0.1"
id("io.github.revxrsal.zapper") version "1.0.2"
}
```

Expand Down Expand Up @@ -118,7 +118,7 @@ To add the Zapper API:
<dependency>
<groupId>io.github.revxrsal</groupId>
<artifactId>zapper.api</artifactId>
<version>1.0.1</version>
<version>1.0.2</version>
<scope>compile</scope>
</dependency>
```
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ plugins {
}

group = "io.github.revxrsal"
version = "1.0.1"
version = "1.0.2"

subprojects {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import java.io.File
/**
* The plugin version
*/
private const val PLUGIN_VERSION: String = "1.0.1"
private const val PLUGIN_VERSION: String = "1.0.2"

/**
* The Zapper Gradle plugin collects information about the zapped dependencies
Expand Down

0 comments on commit ff47249

Please sign in to comment.