Skip to content

Commit

Permalink
Bumped Version
Browse files Browse the repository at this point in the history
  • Loading branch information
SayakMukhopadhyay committed Jun 7, 2020
1 parent 5dba5d6 commit 024a720
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": "5.0.1",
"version": "5.1.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 = '5.0.1';
module.exports = '5.1.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 = '5.0.1';
export const version = '5.1.0';

0 comments on commit 024a720

Please sign in to comment.