mirror of
https://github.com/laurent22/joplin.git
synced 2025-01-26 18:58:21 +02:00
Electron release v0.10.56
This commit is contained in:
parent
4b23b419a4
commit
557a96e814
2
ElectronClient/app/package-lock.json
generated
2
ElectronClient/app/package-lock.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "Joplin",
|
||||
"version": "0.10.55",
|
||||
"version": "0.10.56",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "Joplin",
|
||||
"version": "0.10.55",
|
||||
"version": "0.10.56",
|
||||
"description": "Joplin for Desktop",
|
||||
"main": "main.js",
|
||||
"scripts": {
|
||||
|
@ -90,7 +90,7 @@ toolUtils.githubOauthToken = async function() {
|
||||
toolUtils.githubRelease = async function(tagName, isDraft) {
|
||||
const fetch = require('node-fetch');
|
||||
|
||||
const oauthToken = await githubOauthToken();
|
||||
const oauthToken = await toolUtils.githubOauthToken();
|
||||
|
||||
const response = await fetch('https://api.github.com/repos/laurent22/joplin/releases', {
|
||||
method: 'POST',
|
||||
|
Loading…
x
Reference in New Issue
Block a user