Skip to content

Commit

Permalink
chore: update version to v1.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nikkothari22 committed Jun 14, 2024
1 parent 7a5372c commit 797d775
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "raven",
"private": true,
"license": "AGPL-3.0-only",
"version": "1.6.1",
"version": "1.6.2",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "raven",
"version": "1.6.1",
"version": "1.6.2",
"description": "Messaging Application",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion raven/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.6.1"
__version__ = "1.6.2"
2 changes: 1 addition & 1 deletion raven/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "raven",
"version": "1.6.1",
"version": "1.6.2",
"description": "",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 797d775

Please sign in to comment.