Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion common/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION_NAME=0.0.4
VERSION_NAME=0.0.6

POM_ARTIFACT_ID=common
POM_NAME=Bitty City - Common
Expand Down
2 changes: 1 addition & 1 deletion innie/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION_NAME=0.0.4
VERSION_NAME=0.0.6

POM_ARTIFACT_ID=innie
POM_NAME=Bitty City - Innie
Expand Down
2 changes: 1 addition & 1 deletion outie-jooq-provider/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION_NAME=0.0.4
VERSION_NAME=0.0.6

POM_ARTIFACT_ID=outie-jooq-provider
POM_NAME=Bitty City - Outie Jooq Provider
Expand Down
2 changes: 1 addition & 1 deletion outie/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change Log

## [0.0.4]
## [0.0.7]

* Returns InvalidProcessState when an operation is attempted on a failed withdrawal.

Expand Down
2 changes: 1 addition & 1 deletion outie/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION_NAME=0.0.4
VERSION_NAME=0.0.7

POM_ARTIFACT_ID=outie
POM_NAME=Bitty City - Outie
Expand Down