Skip to content

Commit

Permalink
Release 0.0.1-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
handstandsam committed Jul 1, 2024
1 parent 8f1b2f5 commit 0ac12c8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ subprojects
signAllPublications()
pom {
url.set("https://www.github.com/square/invert")
name = "Invert"
description = "Inverted view of your Gradle Project"
licenses {
license {
name.set("The Apache Software License, Version 2.0")
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 @@ kotlin.code.style=official
android.useAndroidX=true

group=com.squareup.invert
version=0.0.1-dev-SNAPSHOT
version=0.0.1-dev

0 comments on commit 0ac12c8

Please sign in to comment.