Bump to 1.4.0

This commit is contained in:
Otavio Cordeiro 2023-02-08 22:01:19 +01:00
parent a352958110
commit 9ece1dedaa
No known key found for this signature in database
5 changed files with 6 additions and 6 deletions

View File

@ -1,7 +1,7 @@
{
"id": "microblog-publish-plugin",
"name": "Micro.publish",
"version": "1.3.0",
"version": "1.4.0",
"minAppVersion": "0.15.0",
"description": "Publish notes to Micro.blog",
"author": "Otavio Cordeiro",

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "microblog-publish-plugin",
"version": "1.3.0",
"version": "1.4.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "microblog-publish-plugin",
"version": "1.3.0",
"version": "1.4.0",
"license": "MIT",
"devDependencies": {
"@types/node": "^16.11.6",

View File

@ -1,6 +1,6 @@
{
"name": "microblog-publish-plugin",
"version": "1.3.0",
"version": "1.4.0",
"description": "Publish Note to Micro.blog",
"main": "main.js",
"scripts": {

View File

@ -146,7 +146,7 @@ export class MicroPluginSettingsView extends PluginSettingTab implements MicroPl
new Setting(this.containerEl)
.setName('Sponsor')
.setDesc('Did this plugin improve your workflow? Say thanks with a coffee.')
.setDesc('Like this plugin? Say thanks with a coffee :-)')
.addButton(button =>
button.buttonEl.outerHTML = '<a href="https://www.buymeacoffee.com/otaviocc" target="_blank"><img src="https://cdn.buymeacoffee.com/buttons/v2/default-yellow.png" alt="Buy Me A Coffee" style="height: 30px !important;" ></a>'
)

View File

@ -1,3 +1,3 @@
{
"1.3.0": "0.15.0"
"1.4.0": "0.15.0"
}