Skip to content

Commit

Permalink
release: 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ae9is committed Jun 10, 2024
1 parent 3cb8e89 commit d537c99
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {
}

group = 'amazonrev'
version = '1.0.0'
version = '1.0.1'

springBoot {
mainClass = "amazonrev.App"
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "amazonrev"
version = "1.0.0"
version = "1.0.1"
requires-python = ">=3.12,<3.13"
dependencies = [
"python-dotenv>=1.0.1",
Expand Down

0 comments on commit d537c99

Please sign in to comment.