From 56dee71377e248b3322ace36c15a736788220a6b Mon Sep 17 00:00:00 2001 From: "Daniel J. Summers" Date: Mon, 23 Oct 2017 05:53:30 -0500 Subject: [PATCH] Updated dox for #9; version bump --- docs/index.md | 2 +- src/api/package.json | 2 +- src/app/package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/index.md b/docs/index.md index c422d0d..08c56f1 100644 --- a/docs/index.md +++ b/docs/index.md @@ -38,7 +38,7 @@ myPrayerJournal tracks all of the actions related to a request; the fourth butto ## Answered Requests -Next to "Journal" on the top navigation is the word "Answered." This page lists all answered requests, from most recent to least recent, along with the text of the request at the time it was marked as answered. It will also show you when it was marked answered. The button with the magnifying class at the words "Show Full Request" behave the same way as the paragraph immediately preceding this describes. _(This will likely change before a 0.9.x release, but this gives at least some way to find and review answered requests.)_ +Next to "Journal" on the top navigation is the word "Answered." This page lists all answered requests, from most recent to least recent, along with the text of the request at the time it was marked as answered. It will also show you when it was marked answered. The button at the bottom of each request, with the magnifying glass and the words "Show Full Request", link to a page that shows that request's complete history and notes, along with a few statistics about that request. The history and notes are listed from most recent to least recent; if you want to read it chronologically, just press the "End" key on your keyboard and read it from the bottom up. ## Known Issues diff --git a/src/api/package.json b/src/api/package.json index a7d41e0..89e5690 100644 --- a/src/api/package.json +++ b/src/api/package.json @@ -1,7 +1,7 @@ { "name": "my-prayer-journal-api", "private": true, - "version": "0.8.4", + "version": "0.8.5", "description": "Server API for myPrayerJournal", "main": "index.js", "author": "Daniel J. Summers ", diff --git a/src/app/package.json b/src/app/package.json index 6bf7992..b12b873 100644 --- a/src/app/package.json +++ b/src/app/package.json @@ -1,6 +1,6 @@ { "name": "my-prayer-journal", - "version": "0.8.4", + "version": "0.8.5", "description": "myPrayerJournal - Front End", "author": "Daniel J. Summers ", "private": true,