1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-01-11 18:24:43 +02:00

Electron release v0.10.41

This commit is contained in:
Laurent Cozic 2018-01-05 20:52:22 +01:00
parent d659d975cd
commit a81788b3fa
3 changed files with 4 additions and 4 deletions

View File

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

View File

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

View File

@ -90,8 +90,8 @@ android {
applicationId "net.cozic.joplin"
minSdkVersion 16
targetSdkVersion 22
versionCode 83
versionName "0.10.68"
versionCode 84
versionName "0.10.69"
ndk {
abiFilters "armeabi-v7a", "x86"
}