Skip to content

Commit

Permalink
v2.0.0-beta.06 (1.9.5)
Browse files Browse the repository at this point in the history
- Adds missing env variable to build action
  • Loading branch information
iPaulPro committed Oct 24, 2023
1 parent d79d7b4 commit 6b3ac32
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ env:
VITE_LENS_API: ${{ secrets.VITE_LENS_API }}
VITE_LENS_HUB_CONTRACT: ${{ secrets.VITE_LENS_HUB_CONTRACT }}
VITE_LENS_PREVIEW_NODE: ${{ secrets.VITE_LENS_PREVIEW_NODE }}
VITE_ENS_REVERSE_RECORDS: ${{ secrets.VITE_ENS_REVERSE_RECORDS }}
VITE_INFURA_PROJECT_ID: ${{ secrets.VITE_INFURA_PROJECT_ID }}
VITE_INFURA_IPFS_PROJECT_ID: ${{ secrets.VITE_INFURA_IPFS_PROJECT_ID }}
VITE_INFURA_IPFS_PROJECT_SECRET: ${{ secrets.VITE_INFURA_IPFS_PROJECT_SECRET }}
Expand Down
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.05',
version_name: '2.0.0-beta.06',
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.4",
"version": "1.9.5",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down

0 comments on commit 6b3ac32

Please sign in to comment.