Skip to content

Commit

Permalink
chore: bumped version to 1.6.8
Browse files Browse the repository at this point in the history
  • Loading branch information
nikkothari22 committed Aug 17, 2024
1 parent 47643d4 commit 55cc1b7
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "raven-ui",
"private": true,
"license": "AGPL-3.0-only",
"version": "1.6.7",
"version": "1.6.8",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down Expand Up @@ -71,4 +71,4 @@
"@types/turndown": "^5.0.4",
"typescript": "^5.3.3"
}
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "raven",
"version": "1.6.7",
"version": "1.6.8",
"description": "Messaging Application",
"workspaces": [
"frontend"
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.7"
__version__ = "1.6.8"
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-app",
"version": "1.6.7",
"version": "1.6.8",
"description": "",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 55cc1b7

Please sign in to comment.