Skip to content

Commit

Permalink
Releasing V1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Jimskapt committed Nov 4, 2018
1 parent 64a0bf7 commit 1638d96
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion config.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='utf-8'?>
<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">
<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">
<name>Lambda Badger</name>
<description />
<author email="[email protected]" href="https://github.com/Jimskapt">Jimskapt</author>
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "lambda-badger",
"displayName": "Lambda Badger",
"description": "",
"version": "1.3.0",
"version": "1.4.0",
"private": true,
"repository": {
"type": "git",
Expand Down Expand Up @@ -91,4 +91,4 @@
"cordova-plugin-whitelist": {}
}
}
}
}
2 changes: 1 addition & 1 deletion src/components/note-display.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<template lang="pug">
v-card
v-toolbar(:color="(is_archive === true) ? 'secondary' : 'primary'", dense)
v-toolbar(:color="(is_archive === true) ? 'black' : 'primary'", dense)
v-toolbar-title {{ title }}
v-spacer
v-toolbar-items
Expand Down
2 changes: 1 addition & 1 deletion src/components/rich-editor.vue
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ div
p(slot="header")
v-icon visibility
| {{ $t('Preview') }}
pre(v-html="htmlContent")
div(v-html="htmlContent")
</template>

<script>
Expand Down

0 comments on commit 1638d96

Please sign in to comment.