Skip to content

Commit

Permalink
Increment version
Browse files Browse the repository at this point in the history
  • Loading branch information
CMEONE committed Mar 4, 2021
1 parent 5911e42 commit c2f7cc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tApp.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ class tApp {
static started = false;
static database;
static get version() {
return "v0.3.0";
return "v0.4.0";
}
static configure(params) {
if(params == null) {
Expand Down

0 comments on commit c2f7cc6

Please sign in to comment.