diff --git a/.github/workflows/update_skill_json.yml b/.github/workflows/update_skill_json.yml index 5dc9797..8d84ee0 100644 --- a/.github/workflows/update_skill_json.yml +++ b/.github/workflows/update_skill_json.yml @@ -22,7 +22,7 @@ jobs: sudo apt update sudo apt install -y gcc git libpulse-dev pip install --upgrade pip - pip install neon-utils\~=0.17 ovos-skills-manager + pip install neon-utils~=1.0,\>=1.1.1 ovos-skills-manager - name: Get Updated skill.json run: | python action/skill/scripts/update_skill_json.py diff --git a/README.md b/README.md index 4c3f3a6..f64b7ed 100644 --- a/README.md +++ b/README.md @@ -5,9 +5,8 @@ Make Mycroft repeat whatever you want Turn Mycroft into a parrot. Speak a phrase and listen to it repeated in Mycroft's selected voice. ## Examples -* "say Goodnight, Gracie" -* "repeat Once upon a midnight dreary, while I pondered, weak and weary, Over many a quaint and curious volume of forgotten lore" -* "speak I can say anything you'd like!" +* "Say Goodnight, Gracie." +* "Speak I can say anything you'd like!" ## Credits [Mycroft AI](https://github.com/MycroftAI) diff --git a/skill.json b/skill.json index 307d8d2..adafd7c 100644 --- a/skill.json +++ b/skill.json @@ -5,9 +5,8 @@ "short_description": "Make Mycroft repeat whatever you want", "description": "Turn Mycroft into a parrot. Speak a phrase and listen to it repeated in Mycroft's selected voice.", "examples": [ - "say goodnight, gracie", - "repeat once upon a midnight dreary, while i pondered, weak and weary, over many a quaint and curious volume of forgotten lore", - "speak i can say anything you'd like!" + "Say Goodnight, Gracie.", + "Speak I can say anything you'd like!" ], "desktopFile": false, "warning": "", diff --git a/version.py b/version.py index ef7228e..fabadcf 100644 --- a/version.py +++ b/version.py @@ -26,4 +26,4 @@ # NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS # SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -__version__ = "0.0.1" +__version__ = "0.0.2"