Skip to content

Commit

Permalink
Merge pull request #1014 from The-Commit-Company/develop
Browse files Browse the repository at this point in the history
Release v1.6.7
  • Loading branch information
nikkothari22 authored Aug 14, 2024
2 parents 83ea15d + 851b3a7 commit b98d7db
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 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-ui",
"private": true,
"license": "AGPL-3.0-only",
"version": "1.6.6",
"version": "1.6.7",
"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,7 +1,7 @@
{
"private": true,
"name": "raven",
"version": "1.6.6",
"version": "1.6.7",
"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.6"
__version__ = "1.6.7"
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.6",
"version": "1.6.7",
"description": "",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion raven/raven/doctype/raven_user/raven_user.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ def update_photo_from_user(self):
"doctype": "File",
"file_url": user_image,
"attached_to_doctype": "Raven User",
"attached_to_name": self.name,
"attached_to_name": self.user,
"attached_to_field": "user_image",
"is_private": 1,
}
Expand Down

0 comments on commit b98d7db

Please sign in to comment.