1
0
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:
Laurent Cozic 2018-02-05 17:27:38 +00:00
parent 4b23b419a4
commit 557a96e814
3 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
{
"name": "Joplin",
"version": "0.10.55",
"version": "0.10.56",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -1,6 +1,6 @@
{
"name": "Joplin",
"version": "0.10.55",
"version": "0.10.56",
"description": "Joplin for Desktop",
"main": "main.js",
"scripts": {

View File

@ -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',