1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-08-13 22:12:50 +02:00

Electron release v1.0.66

This commit is contained in:
Laurent Cozic
2018-02-18 22:56:57 +00:00
parent c46d123503
commit 1232661b1e
3 changed files with 4 additions and 4 deletions

View File

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

View File

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

View File

@@ -90,8 +90,8 @@ android {
applicationId "net.cozic.joplin"
minSdkVersion 16
targetSdkVersion 22
versionCode 2097276
versionName "1.0.98"
versionCode 2097277
versionName "1.0.99"
ndk {
abiFilters "armeabi-v7a", "x86"
}