Skip to content

Commit

Permalink
chore: release 0.1.3 (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
lentidas authored Oct 17, 2024
1 parent 613cd6a commit 2db6017
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.1.2"
".": "0.1.3"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>ch.heigvd.dai</groupId>
<artifactId>shadow</artifactId>
<version>0.1.2</version>
<version>0.1.3</version>

<properties>
<maven.compiler.source>21</maven.compiler.source>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/ch/heigvd/dai/commands/Root.java
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 2db6017

Please sign in to comment.