Skip to content

Commit

Permalink
Releasing 0.0.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
vRallev committed Sep 6, 2024
1 parent e1b957e commit 57ece02
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
### Other Notes & Contributions


## [0.0.1] - 2024-09-05
## [0.0.1] - 2024-09-06

- Initial release.

Expand Down
6 changes: 3 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
VERSION_NAME=0.0.1
GROUP=software.amazon.lastmile.kotlin.inject.anvil

org.gradle.jvmargs=-Xmx2g -Dfile.encoding=UTF-8
org.gradle.daemon=true
org.gradle.parallel=true
Expand All @@ -7,9 +10,6 @@ kotlin.code.style=official
kotlin.mpp.stability.nowarn=true
ksp.useKSP2=false

VERSION_NAME=0.0.1-SNAPSHOT
GROUP=software.amazon.lastmile.kotlin.inject.anvil

SONATYPE_AUTOMATIC_RELEASE=true
RELEASE_SIGNING_ENABLED=true

Expand Down

0 comments on commit 57ece02

Please sign in to comment.