diff --git a/.gt/remotes/tegonal-gh-commons/pull-hook.sh b/.gt/remotes/tegonal-gh-commons/pull-hook.sh index 6f9c995..53448e5 100755 --- a/.gt/remotes/tegonal-gh-commons/pull-hook.sh +++ b/.gt/remotes/tegonal-gh-commons/pull-hook.sh @@ -6,7 +6,7 @@ # \__/\__/\_, /\___/_//_/\_,_/_/ It is licensed under Apache License 2.0 # /___/ Please report bugs and contribute back your improvements # -# Version: v0.2.0 +# Version: v0.3.0-SNAPSHOT ################################### set -euo pipefail shopt -s inherit_errexit diff --git a/README.md b/README.md index b5ef0cf..3cbaa99 100644 --- a/README.md +++ b/README.md @@ -1,17 +1,17 @@ - + - + # scala-commons @@ -26,13 +26,13 @@ It contains functions such as: and many more, making our code more readable. - +--- **Table of Content** diff --git a/build.sbt b/build.sbt index 7567036..bbcdad0 100644 --- a/build.sbt +++ b/build.sbt @@ -9,7 +9,7 @@ import sbt.url name := "scala-commons" -ThisBuild / version := "0.2.0" +ThisBuild / version := "0.3.0-SNAPSHOT" ThisBuild / organization := "com.tegonal" ThisBuild / description := "A library containing utility and helper functions for scala" diff --git a/scripts/before-pr.sh b/scripts/before-pr.sh index e1fb17c..603718d 100755 --- a/scripts/before-pr.sh +++ b/scripts/before-pr.sh @@ -6,7 +6,7 @@ # \__/\__/\_, /\___/_//_/\_,_/_/ It is licensed under Apache License 2.0 # /___/ Please report bugs and contribute back your improvements # -# Version: v0.2.0 +# Version: v0.3.0-SNAPSHOT ################################### set -euo pipefail shopt -s inherit_errexit diff --git a/scripts/cleanup-on-push-to-main.sh b/scripts/cleanup-on-push-to-main.sh index 78acaf1..43e53d9 100755 --- a/scripts/cleanup-on-push-to-main.sh +++ b/scripts/cleanup-on-push-to-main.sh @@ -6,7 +6,7 @@ # \__/\__/\_, /\___/_//_/\_,_/_/ It is licensed under Apache License 2.0 # /___/ Please report bugs and contribute back your improvements # -# Version: v0.2.0 +# Version: v0.3.0-SNAPSHOT ################################### set -euo pipefail shopt -s inherit_errexit diff --git a/scripts/prepare-next-dev-cycle.sh b/scripts/prepare-next-dev-cycle.sh index a53d6d9..882264e 100755 --- a/scripts/prepare-next-dev-cycle.sh +++ b/scripts/prepare-next-dev-cycle.sh @@ -6,12 +6,12 @@ # \__/\__/\_, /\___/_//_/\_,_/_/ It is licensed under Apache License 2.0 # /___/ Please report bugs and contribute back your improvements # -# Version: v0.2.0 +# Version: v0.3.0-SNAPSHOT ################################### set -euo pipefail shopt -s inherit_errexit unset CDPATH -SCALA_COMMONS_VERSION="v0.2.0" +SCALA_COMMONS_VERSION="v0.3.0-SNAPSHOT" if ! [[ -v scriptsDir ]]; then scriptsDir="$(cd -- "$(dirname -- "${BASH_SOURCE[0]:-$0}")" >/dev/null && pwd 2>/dev/null)" diff --git a/scripts/release.sh b/scripts/release.sh index 1287510..7e575af 100755 --- a/scripts/release.sh +++ b/scripts/release.sh @@ -6,12 +6,12 @@ # \__/\__/\_, /\___/_//_/\_,_/_/ It is licensed under European Union Public License v. 1.2 # /___/ Please report bugs and contribute back your improvements # -# Version: v0.2.0 +# Version: v0.3.0-SNAPSHOT ################################### set -euo pipefail shopt -s inherit_errexit unset CDPATH -SCALA_COMMONS_VERSION="v0.2.0" +SCALA_COMMONS_VERSION="v0.3.0-SNAPSHOT" if ! [[ -v scriptsDir ]]; then scriptsDir="$(cd -- "$(dirname -- "${BASH_SOURCE[0]:-$0}")" >/dev/null && pwd 2>/dev/null)" diff --git a/scripts/run-shellcheck.sh b/scripts/run-shellcheck.sh index bfaad22..5dec091 100644 --- a/scripts/run-shellcheck.sh +++ b/scripts/run-shellcheck.sh @@ -6,7 +6,7 @@ # \__/\__/\_, /\___/_//_/\_,_/_/ It is licensed under Apache License 2.0 # /___/ Please report bugs and contribute back your improvements # -# Version: v0.2.0 +# Version: v0.3.0-SNAPSHOT ################################### set -euo pipefail shopt -s inherit_errexit