Skip to content

Commit 391ab20

Browse files
committed
chore: update version
1 parent 4fa5e86 commit 391ab20

File tree

3 files changed

+31
-2
lines changed

3 files changed

+31
-2
lines changed

package-lock.json

Lines changed: 29 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dscan",
3-
"version": "1.0.0",
3+
"version": "3.1.0",
44
"description": "DScan is a chrome extension that uploads the content to IPFS and generates decentralized QR codes.",
55
"main": "popup.jsx",
66
"scripts": {

public/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"manifest_version": 3,
33
"name": "DScan: Decentralized QR code generator",
44
"description": "An extension that uploads the content to IPFS and generates decentralized QR codes.",
5-
"version": "3.0",
5+
"version": "3.1",
66
"author": "BUIDL Tools",
77
"homepage_url": "https://buidltools.com/",
88
"action": {

0 commit comments

Comments
 (0)