Skip to content

Commit

Permalink
Prepare for 0.3.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
creativeArtie committed Jan 3, 2018
1 parent b5fc172 commit 59964da
Show file tree
Hide file tree
Showing 7 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,4 +144,5 @@ in the alphabethical order and are not case sensitive. The syntax of an id is

## Screen shots
![Main Window](design/main.png)
![Stats Window](design/stats.png)
![Stats For Current Month](design/today.png)
![Stats For Past Month](design/month.png)
2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<!-- main(String[]) Location -->
<property name="usr.main" value="com.creativeartie.jwriter.main.Main" />
<!-- archive file postfix -->
<property name="usr.version" value="0.4" />
<property name="usr.version" value="0.3.1" />
<property name="usr.test-main" value="com.creativeartie.jwriter.main.MainTest" />
<!-- ......................... Javadoc Data ......................... -->
<!-- Document up to public/protect/default/private level-->
Expand Down
Binary file modified design/main.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added design/month.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed design/stats.png
Binary file not shown.
Binary file added design/today.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions src/com/creativeartie/jwriter/main/Main.java
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ public void start(Stage stage) throws Exception{
stage.setTitle(WindowText.PROGRAM_NAME.getText());

// testStatsWindow(stage);
testMainWindow(stage);
// setupWindow(stage, ManuscriptFile.newFile());
// testMainWindow(stage);
setupWindow(stage, ManuscriptFile.newFile());
}

@Deprecated
Expand Down

0 comments on commit 59964da

Please sign in to comment.