-
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 #50 from OpenVoiceOS/release-0.2.11a1
Release 0.2.11a1
- Loading branch information
Showing
3 changed files
with
25 additions
and
5 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 |
---|---|---|
@@ -0,0 +1,20 @@ | ||
{ | ||
"skill_id": "skill-ovos-wolfie.openvoiceos", | ||
"source": "https://github.com/OpenVoiceOS/skill-ovos-wolfie", | ||
"name": "Wolfram Alpha", | ||
"description": "Brug Wolfram Alpha til generelle vidensspørgsmål.", | ||
"examples": [ | ||
"spørg ulven, hvad lysets hastighed er", | ||
"Hvor højt er Mount Everest?", | ||
"Hvornår blev The Rocky Horror Picture Show udgivet?", | ||
"Hvad er Madonnas rigtige navn?", | ||
"Hvad er 18 gange 4?", | ||
"Hvor mange tommer i en meter?" | ||
], | ||
"tags": [ | ||
"wolfram-alfa", | ||
"forespørgsel", | ||
"generel viden", | ||
"information" | ||
] | ||
} |
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 = 10 | ||
VERSION_ALPHA = 0 | ||
VERSION_BUILD = 11 | ||
VERSION_ALPHA = 1 | ||
# END_VERSION_BLOCK |