-
Notifications
You must be signed in to change notification settings - Fork 9
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 #73 from OpenVoiceOS/release-0.5.8a1
Release 0.5.8a1
- Loading branch information
Showing
3 changed files
with
28 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,23 @@ | ||
{ | ||
"skill_id": "skill-ovos-wikipedia.openvoiceos", | ||
"source": "https://github.com/OpenVoiceOS/skill-ovos-wikipedia", | ||
"name": "Viquipèdia", | ||
"description": "Consulteu la Viquipèdia per a obtenir respostes a totes les vostres preguntes. Obteniu només un resum o demaneu més informació per a obtenir informació detallada.", | ||
"examples": [ | ||
"Parla'm d'Elon Musk", | ||
"Parla'm dels fesols", | ||
"Consulta la Viquipèdia sobre fesols", | ||
"Parla'm del Pembroke Welsh Corgi", | ||
"Cerca sobre xocolata", | ||
"Més informació", | ||
"Digues-me més" | ||
], | ||
"tags": [ | ||
"viquipèdia", | ||
"enciclopèdia", | ||
"coneixement-general", | ||
"wiki", | ||
"preguntes", | ||
"consulta" | ||
] | ||
} |
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 = 5 | ||
VERSION_BUILD = 7 | ||
VERSION_ALPHA = 0 | ||
VERSION_BUILD = 8 | ||
VERSION_ALPHA = 1 | ||
# END_VERSION_BLOCK |