Skip to content

Commit

Permalink
Update project.json
Browse files Browse the repository at this point in the history
  • Loading branch information
timheuer authored Mar 9, 2017
1 parent 1e8cb27 commit 9724020
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Alexa.NET/project.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Alexa.NET",
"title": "Alexa.NET",
"version": "1.0.0-beta-2",
"version": "1.0.0-beta-3",
"authors": [ "Tim Heuer" ],
"description": "A simple .NET Core library for handling Alexa Skill request/responses.",

Expand All @@ -27,6 +27,6 @@
"repository": { "url": "https://github.com/timheuer/alexa-skills-dotnet" },
"requireLicenseAcceptance": false,
"tags": [ "amazon", "alexa", "echo", "dot", "echo dot", "skills" ],
"releaseNotes": "Updated to include Locale"
"releaseNotes": "Updated to include Locale and Audio request support."
}
}

0 comments on commit 9724020

Please sign in to comment.