Skip to content

Commit 7ee0999

Browse files
committed
Bump version
1 parent eaa12a9 commit 7ee0999

File tree

5 files changed

+7
-5
lines changed

5 files changed

+7
-5
lines changed

application/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>se.trixon.yaya</groupId>
77
<artifactId>parent</artifactId>
8-
<version>0.2-SNAPSHOT</version>
8+
<version>0.2</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

branding/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>se.trixon.yaya</groupId>
77
<artifactId>parent</artifactId>
8-
<version>0.2-SNAPSHOT</version>
8+
<version>0.2</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

main/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>se.trixon.yaya</groupId>
66
<artifactId>parent</artifactId>
7-
<version>0.2-SNAPSHOT</version>
7+
<version>0.2</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010
<artifactId>main</artifactId>

packaging/snap/snap/snapcraft.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
name: yaya
22
title: Yaya
33
base: core22
4-
version: '0.2-SNAPSHOT'
4+
version: '0.2'
55
summary: Yet Another Yahtzee-esque Application
66
description: |
77
Enjoy classic family dice games with up to 8 players.
8+
9+
If you know your way around games like Yahtzee, Yatzy, Yacht and Crag you will do fine.
810
911
Ready, Set, Roll!
1012
grade: stable

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>se.trixon.yaya</groupId>
77
<artifactId>parent</artifactId>
8-
<version>0.2-SNAPSHOT</version>
8+
<version>0.2</version>
99
<packaging>pom</packaging>
1010

1111
<name>parent</name>

0 commit comments

Comments
 (0)