Skip to content

Commit

Permalink
Add speaker "Bear"(Berserk Bear)!
Browse files Browse the repository at this point in the history
  • Loading branch information
jsakamoto committed Oct 18, 2014
1 parent 1467052 commit eb6b58c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VoiceTextWebAPI.Client/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.1.0.0")]
[assembly: AssemblyVersion("1.2.0.0")]
3 changes: 2 additions & 1 deletion VoiceTextWebAPI.Client/Speaker.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ public enum Speaker
Haruka,
Hikari,
Takeru,
Santa
Santa,
Bear
}
}
2 changes: 2 additions & 0 deletions VoiceTextWebAPI.Client/VoiceTextWebAPI.Client.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@
</description>
<releaseNotes>
<![CDATA[
v.1.2
- Add speaker "Bear"(Berserk Bear)!
v.1.1
- Add speaker "Santa"(Santa Claus)!
v.1.0
Expand Down

0 comments on commit eb6b58c

Please sign in to comment.