Skip to content

Commit 1638d96

Browse files
committed
Releasing V1.4.0
1 parent 64a0bf7 commit 1638d96

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

config.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version='1.0' encoding='utf-8'?>
2-
<widget id="com.digital-crinoid.lambdabager" version="1.3.0" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
2+
<widget id="com.digital-crinoid.lambdabager" version="1.4.0" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
33
<name>Lambda Badger</name>
44
<description />
55
<author email="[email protected]" href="https://github.com/Jimskapt">Jimskapt</author>

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "lambda-badger",
33
"displayName": "Lambda Badger",
44
"description": "",
5-
"version": "1.3.0",
5+
"version": "1.4.0",
66
"private": true,
77
"repository": {
88
"type": "git",
@@ -91,4 +91,4 @@
9191
"cordova-plugin-whitelist": {}
9292
}
9393
}
94-
}
94+
}

src/components/note-display.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<template lang="pug">
22
v-card
3-
v-toolbar(:color="(is_archive === true) ? 'secondary' : 'primary'", dense)
3+
v-toolbar(:color="(is_archive === true) ? 'black' : 'primary'", dense)
44
v-toolbar-title {{ title }}
55
v-spacer
66
v-toolbar-items

src/components/rich-editor.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ div
77
p(slot="header")
88
v-icon visibility
99
| {{ $t('Preview') }}
10-
pre(v-html="htmlContent")
10+
div(v-html="htmlContent")
1111
</template>
1212

1313
<script>

0 commit comments

Comments
 (0)