-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #44 from OpenVoiceOS/release-0.2.8a1
Release 0.2.8a1
- Loading branch information
Showing
6 changed files
with
26 additions
and
53 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,3 @@ | ||
recursive-include dialog * | ||
recursive-include vocab * | ||
recursive-include locale * | ||
recursive-include res * | ||
recursive-include ui * | ||
recursive-include skill * | ||
recursive-include gui * |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
{ | ||
"skill_id": "skill-ovos-wolfie.openvoiceos", | ||
"source": "https://github.com/OpenVoiceOS/skill-ovos-wolfie", | ||
"name": "Wolfram Alpha", | ||
"description": "Use Wolfram Alpha for general knowledge questions.", | ||
"examples": [ | ||
"ask the wolf what is the speed of light", | ||
"How tall is Mount Everest?", | ||
"When was The Rocky Horror Picture Show released?", | ||
"What is Madonna's real name?", | ||
"What's 18 times 4?", | ||
"How many inches in a meter?" | ||
], | ||
"tags": [ | ||
"wolfram-alpha", | ||
"query", | ||
"general-knowledge", | ||
"information" | ||
] | ||
} |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# START_VERSION_BLOCK | ||
VERSION_MAJOR = 0 | ||
VERSION_MINOR = 2 | ||
VERSION_BUILD = 7 | ||
VERSION_ALPHA = 0 | ||
VERSION_BUILD = 8 | ||
VERSION_ALPHA = 1 | ||
# END_VERSION_BLOCK |