Skip to content

Commit

Permalink
Release 0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
davetcc committed Aug 12, 2018
1 parent 387d61c commit 391b9b4
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion embedded/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>com.thecoderscorner.tcmenu</groupId>
<artifactId>tcMenu</artifactId>
<version>0.8-SNAPSHOT</version>
<version>0.8</version>
</parent>

<artifactId>embedded</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion embedded/tcMenuAdaFruitGfx/library.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#

name=tcMenuAdaGfx
version=0.7
version=0.8
maintainer=www.thecoderscorner.com
author=davetcc
category=Other
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.thecoderscorner.tcmenu</groupId>
<artifactId>tcMenu</artifactId>
<version>0.8-SNAPSHOT</version>
<version>0.8</version>
<packaging>pom</packaging>
<name>tcMenu</name>

Expand Down
2 changes: 1 addition & 1 deletion tcMenuExampleUI/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<artifactId>tcMenuExampleUI</artifactId>
<name>tcMenuExampleUI</name>
<description>JavaFX based example tcMenu UI</description>
<version>0.8-SNAPSHOT</version>
<version>0.8</version>

<dependencies>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion tcMenuGenerator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>com.thecoderscorner.tcmenu</groupId>
<artifactId>tcMenu</artifactId>
<version>0.8-SNAPSHOT</version>
<version>0.8</version>
</parent>

<artifactId>menuEditorUI</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion tcMenuJavaApi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<groupId>com.thecoderscorner.tcmenu</groupId>
<artifactId>tcMenuJavaAPI</artifactId>
<name>tcMenuJavaAPI</name>
<version>0.8-SNAPSHOT</version>
<version>0.8</version>
<description>A series of domain and serialisation components for the TcMenu library</description>
<url>http://www.thecoderscorner.com/products/arduino-libraries/tc-menu/</url>

Expand Down

0 comments on commit 391b9b4

Please sign in to comment.