Version bump

also updated e-mail address
This commit is contained in:
Daniel J. Summers 2017-10-09 21:42:45 -05:00
parent 69811cbf54
commit b8f1708012
3 changed files with 5 additions and 5 deletions

View File

@ -1,10 +1,10 @@
{ {
"name": "my-prayer-journal-api", "name": "my-prayer-journal-api",
"private": true, "private": true,
"version": "0.8.3", "version": "0.8.4",
"description": "Server API for myPrayerJournal", "description": "Server API for myPrayerJournal",
"main": "index.js", "main": "index.js",
"author": "Daniel J. Summers <daniel@djs-consulting.com>", "author": "Daniel J. Summers <daniel@bitbadger.solutions>",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"chalk": "^2.1.0", "chalk": "^2.1.0",

View File

@ -1,8 +1,8 @@
{ {
"name": "my-prayer-journal", "name": "my-prayer-journal",
"version": "0.8.3", "version": "0.8.4",
"description": "myPrayerJournal - Front End", "description": "myPrayerJournal - Front End",
"author": "Daniel J. Summers <daniel@djs-consulting.com>", "author": "Daniel J. Summers <daniel@bitbadger.solutions>",
"private": true, "private": true,
"scripts": { "scripts": {
"dev": "node build/dev-server.js", "dev": "node build/dev-server.js",

View File

@ -6,7 +6,7 @@
vue-progress-bar vue-progress-bar
toast(ref='toast') toast(ref='toast')
footer footer
p.text-right: i myPrayerJournal v0.8.3 p.text-right: i myPrayerJournal v0.8.4
</template> </template>
<script> <script>