Skip to content

Commit

Permalink
chore: bump version to 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
b-fein committed Oct 17, 2024
1 parent 037a7d4 commit b7e61e6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
makeWrapper,
maven,
}: let
litterboxMlVersion = "1.0-SNAPSHOT";
litterboxMlVersion = "1.0";
in
maven.buildMavenPackage rec {
pname = "embedded-kittens";
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>de.uni_passau.fim.se2</groupId>
<artifactId>embedded-kittens</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0</version>
<licenses>
<license>
<name>GPL-3.0-or-later</name>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
@CommandLine.Command(
name = "EmbeddedKittens",
mixinStandardHelpOptions = true,
version = "EmbeddedKittens 1.0-SNAPSHOT",
version = "EmbeddedKittens 1.0",
subcommands = {
Main.AstnnSubcommand.class,
Main.Code2SeqSubcommand.class,
Expand Down

0 comments on commit b7e61e6

Please sign in to comment.