Skip to content

Commit

Permalink
Change version number to v1.3.0 (#163)
Browse files Browse the repository at this point in the history
* Update AboutUs.adoc for team members to commit

* Add a newline in AboutUs.adoc

* Add more use cases to Developer Guide

* Fix missing endline

* Update various docs to display TagLine

* Add placeholder image

* Fix minor typo in user guide

* Update Tagline to TagLine

* Update team name

* Fix some typos in user guide and developer guide

* Change version number
  • Loading branch information
tanlk99 authored Oct 31, 2019
1 parent 435eeb2 commit 7b7d15e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/tagline/MainApp.java
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
*/
public class MainApp extends Application {

public static final Version VERSION = new Version(1, 2, 0, true);
public static final Version VERSION = new Version(1, 3, 0, true);

private static final Logger logger = LogsCenter.getLogger(MainApp.class);

Expand Down

0 comments on commit 7b7d15e

Please sign in to comment.