Skip to content

Commit 094fb50

Browse files
committed
fix sponsors
1 parent 3df3b2a commit 094fb50

File tree

5 files changed

+13
-5
lines changed

5 files changed

+13
-5
lines changed

.github/FUNDING.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
custom: ["https://paypal.me/equiman/3", "https://ko-fi.com/equiman"]
1+
github: [deinsoftware]
2+
custom: ["https://paypal.me/equiman/3"]

.vscode/settings.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@
4141
"edaf",
4242
"Eomm",
4343
"Equiman",
44+
"github",
4445
"iiaaf",
4546
"iiaf",
4647
"kural",

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,13 @@ Fixed for any bug fixes.
99
Security to invite users to upgrade in case of vulnerabilities.
1010
-->
1111

12-
## 3.1.1 - 2022/12/11
12+
## 3.1.2 - 2022/12/14
13+
14+
### Fixed
15+
16+
- Sponsors url
17+
18+
## 3.1.1 - 2022/12/14
1319

1420
### Fixed
1521

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,8 +217,8 @@ See also the list of [contributors](https://github.com/deinsoftware/vscode-arrow
217217

218218
If this project helps you, consider buying me a cup of coffee.
219219

220+
[![GitHub Sponsors](https://img.shields.io/badge/-GitHub%20Sponsors-gray?style=flat&labelColor=171515&logo=github&logoColor=white&link=https://github.com/sponsors/deinsoftware)](https://github.com/sponsors/deinsoftware)
220221
[![paypal](https://img.shields.io/badge/-PayPal-gray?style=flat&labelColor=00457C&logo=paypal&logoColor=white&link=https://paypal.me/equiman/3)](https://paypal.me/equiman/3)
221-
[![ko-fi](https://img.shields.io/badge/-Ko–Fi-gray?style=flat&labelColor=fd444a&logo=ko-fi&logoColor=white&link=https://ko-fi.com/equiman)](https://ko-fi.com/equiman)
222222

223223
### License
224224

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "arrow-function-snippets",
33
"description": "VS Code Arrow function snippets for JS and TS",
4-
"version": "3.1.1",
4+
"version": "3.1.2",
55
"displayName": "Arrow Function Snippets",
66
"publisher": "deinsoftware",
77
"icon": "images/light-icon.png",
@@ -20,7 +20,7 @@
2020
"url": "https://github.com/deinsoftware/vscode-arrow-snippets"
2121
},
2222
"sponsor": {
23-
"url": "https://ko-fi.com/equiman"
23+
"url": "https://github.com/sponsors/deinsoftware"
2424
},
2525
"engines": {
2626
"vscode": "^1.58.0"

0 commit comments

Comments
 (0)