Skip to content

Commit

Permalink
Release version 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yananhub committed Jun 27, 2024
1 parent 5f22582 commit ace11ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions maven-central-publish/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ plugins {
id 'java-gradle-plugin'
id 'com.gradle.plugin-publish' version '1.2.1'
id 'signing'
id 'tech.yanand.gradle.maven-central-publish' version '0.1.0-beta.4'
id 'tech.yanand.maven-central-publish' version '0.1.0-beta.5'
}

group = 'tech.yanand.gradle'
version = '0.1.0-beta.5'
version = '1.0.0'

repositories {
mavenCentral()
Expand Down

0 comments on commit ace11ba

Please sign in to comment.