Skip to content

Commit 09078c6

Browse files
authored
chore: release version 1.0.0 (#1269)
1 parent 6fa4955 commit 09078c6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "web-monetization-extension",
33
"description": "Web Monetization is a browser API that allows the creation of a payment stream from the user agent to the website.",
44
"private": true,
5-
"version": "0.1.0",
5+
"version": "1.0.0",
66
"license": "Apache-2.0",
77
"repository": {
88
"type": "git",

src/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://json.schemastore.org/chrome-manifest",
33
"name": "Web Monetization",
4-
"version": "0.11.3",
4+
"version": "1.0.0",
55
"manifest_version": 3,
66
"minimum_chrome_version": "110.0",
77
"description": "__MSG_appDescription__",

src/safari/Web Monetization/Config.xcconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
// Created by https://github.com/sidvishnoi on 04/07/25.
66
//
77

8-
CURRENT_PROJECT_VERSION = 0.11.3
8+
CURRENT_PROJECT_VERSION = 1.0.0

0 commit comments

Comments
 (0)