Skip to content

Commit

Permalink
v2.0.0-beta.13 (1.9.12)
Browse files Browse the repository at this point in the history
- Fixes mention handling in post composer
  • Loading branch information
iPaulPro committed Dec 9, 2023
1 parent 1963b83 commit d734ee9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion manifest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export default defineManifest(async (env) => ({
name: 'Focalize - DApp for Lens Protocol (Beta)',
short_name: 'Focalize',
version,
version_name: '2.0.0-beta.12',
version_name: '2.0.0-beta.13',
description: 'Social app built on Lens Protocol with DMs via XMTP',
permissions: [
'activeTab',
Expand Down
4 changes: 2 additions & 2 deletions 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,7 +1,7 @@
{
"name": "focalize",
"private": true,
"version": "1.9.11",
"version": "1.9.12",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down

0 comments on commit d734ee9

Please sign in to comment.