Skip to content

Commit

Permalink
Release v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gluon-bot committed Jul 10, 2023
1 parent d8a2227 commit 0b2f168
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion emoji/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.gluonhq</groupId>
<artifactId>emoji</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>

<name>emoji-core</name>
<description>Emoji support for JavaFX</description>
Expand Down
2 changes: 1 addition & 1 deletion samples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.release>11</maven.compiler.release>
<javafx.version>20</javafx.version>
<emoji.version>1.0.1-SNAPSHOT</emoji.version>
<emoji.version>1.0.1</emoji.version>
<javafx.maven.plugin.version>0.0.8</javafx.maven.plugin.version>
<main.class>com.gluonhq.emoji.samples.Demo</main.class>
</properties>
Expand Down

0 comments on commit 0b2f168

Please sign in to comment.