diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 001eb2c..c05df9b 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.2" + ".": "0.1.3" } diff --git a/CHANGELOG.md b/CHANGELOG.md index f9d9c95..fecfdb3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.1.3](https://github.com/lentidas/DAI-2425-PW1/compare/v0.1.2...v0.1.3) (2024-10-17) + + +### Continuous Integration + +* revert to old repo name (GH requires it) ([#38](https://github.com/lentidas/DAI-2425-PW1/issues/38)) ([613cd6a](https://github.com/lentidas/DAI-2425-PW1/commit/613cd6a0af88482ff80196800692f58cea36b4ba)) + ## [0.1.2](https://github.com/lentidas/DAI-2425-PW1/compare/v0.1.1...v0.1.2) (2024-10-17) diff --git a/pom.xml b/pom.xml index 6fc7cd3..9f026d1 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ ch.heigvd.dai shadow - 0.1.2 + 0.1.3 21 diff --git a/src/main/java/ch/heigvd/dai/commands/Root.java b/src/main/java/ch/heigvd/dai/commands/Root.java index b43aa38..fb3981e 100644 --- a/src/main/java/ch/heigvd/dai/commands/Root.java +++ b/src/main/java/ch/heigvd/dai/commands/Root.java @@ -34,7 +34,7 @@ */ @CommandLine.Command( description = "shadow - a CLI tool to hide files inside BMP images", - version = "0.1.2", // x-release-please-version + version = "0.1.3", // x-release-please-version subcommands = { Hide.class, Expose.class,