Skip to content

Commit

Permalink
chore(release): 0.1.0 [GRADLE SCRIPT]
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasbjerre committed Sep 28, 2024
1 parent 9b98e4e commit 4197009
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ apply plugin: "groovy-gradle-plugin"
/**
* Update README with config
*/
def mainGradle = 'src/main/groovy/se.bjurr.gradle.update-versions-gradle-plugin.gradle'
def mainGradle = 'src/main/groovy/se.bjurr.gradle.update-versions.gradle'

def mainGradleContent = file(mainGradle).text
def defaultConfigStart = "// ---- start of default config ----"
Expand Down
6 changes: 3 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
#Sat Sep 28 07:34:50 CEST 2024
#Sat Sep 28 08:01:23 CEST 2024
repoType=GRADLE
description=Find dependencies that can be updated and task that updates them.
version=0.0.1
version=0.1.0
group=se.bjurr.gradle
repoType=GRADLE

0 comments on commit 4197009

Please sign in to comment.