Skip to content

Commit c30100d

Browse files
authored
fix: update the payment-widget version (#102)
1 parent 26a4483 commit c30100d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@requestnetwork/web-components",
3-
"version": "0.1.1",
3+
"version": "0.1.0",
44
"private": true,
55
"description": "Request Network Web Components",
66
"main": "index.js",

packages/payment-widget/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@requestnetwork/payment-widget",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"main": "./dist/web-component.umd.cjs",
55
"scripts": {
66
"dev": "vite dev",

0 commit comments

Comments
 (0)