Skip to content

Commit

Permalink
Version bumped
Browse files Browse the repository at this point in the history
  • Loading branch information
SayakMukhopadhyay committed Mar 29, 2021
1 parent 91a3d0d commit 82050ab
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion frontend/src/version.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export default '2.0.0'
export default '1.2.0'
2 changes: 1 addition & 1 deletion frontend/version.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
module.exports = '2.0.0';
module.exports = '1.2.0';
2 changes: 1 addition & 1 deletion guild_bot/version.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
module.exports = '2.0.0';
module.exports = '1.2.0';
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": "2.0.0",
"version": "1.2.0",
"license": "Apache-2.0",
"scripts": {
"startdev": "run-p startdevbackend startdevfrontend startdevguildbot",
Expand Down

0 comments on commit 82050ab

Please sign in to comment.