Skip to content

Commit

Permalink
Bumped version for project
Browse files Browse the repository at this point in the history
  • Loading branch information
SayakMukhopadhyay committed Jan 18, 2020
1 parent e1eaa59 commit a198b1e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "elitebgs",
"version": "4.3.6",
"version": "5.0.0",
"license": "Apache-2.0",
"scripts": {
"ng": "ng",
Expand Down
2 changes: 1 addition & 1 deletion server/version.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
module.exports = '4.3.6';
module.exports = '5.0.0';
2 changes: 1 addition & 1 deletion src/environments/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const version = '4.3.6';
export const version = '5.0.0';

0 comments on commit a198b1e

Please sign in to comment.