Skip to content
Snippets Groups Projects
Commit 47eaa67d authored by Céline  TREBEAU's avatar Céline TREBEAU
Browse files

new version

parent 13d3bb0f
No related branches found
No related tags found
2 merge requests!31Gui modifications,!30Version 1.0.2
Pipeline #80246 passed
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
<groupId>org.example</groupId> <groupId>org.example</groupId>
<artifactId>zellige-core</artifactId> <artifactId>zellige-core</artifactId>
<version>1.0.1-SNAPSHOT</version> <version>1.0.2-SNAPSHOT</version>
<name>Zellige-core</name> <name>Zellige-core</name>
......
...@@ -76,7 +76,7 @@ public class Zellige extends ContextCommand ...@@ -76,7 +76,7 @@ public class Zellige extends ContextCommand
// Launch JavaFX interface // Launch JavaFX interface
MainAppFrame app = new MainAppFrame( context() ); MainAppFrame app = new MainAppFrame( context() );
app.setTitle( "Zellige v1.0.1" ); app.setTitle( "Zellige v1.0.2" );
app.init(); app.init();
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment