Skip to content

Commit

Permalink
v0.3
Browse files Browse the repository at this point in the history
This version has audio support.
  • Loading branch information
sealsrock12 committed Dec 28, 2020
1 parent 2655325 commit b6f764d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ import server from "./server";
nconf.argv().env({ separator: "." }).file({
file: nconf.get("config") || "./config.json"
});
nconf.set("version", "0.2.1");
nconf.set("version", "0.3");

// Setup logger
setupLogger();
Expand Down

0 comments on commit b6f764d

Please sign in to comment.