diff --git a/VoiceTextWebAPI.Client/Properties/AssemblyInfo.cs b/VoiceTextWebAPI.Client/Properties/AssemblyInfo.cs index d4ca2a2..c06e53c 100644 --- a/VoiceTextWebAPI.Client/Properties/AssemblyInfo.cs +++ b/VoiceTextWebAPI.Client/Properties/AssemblyInfo.cs @@ -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")] diff --git a/VoiceTextWebAPI.Client/Speaker.cs b/VoiceTextWebAPI.Client/Speaker.cs index b6f1b7c..96ec3dc 100644 --- a/VoiceTextWebAPI.Client/Speaker.cs +++ b/VoiceTextWebAPI.Client/Speaker.cs @@ -12,6 +12,7 @@ public enum Speaker Haruka, Hikari, Takeru, - Santa + Santa, + Bear } } diff --git a/VoiceTextWebAPI.Client/VoiceTextWebAPI.Client.nuspec b/VoiceTextWebAPI.Client/VoiceTextWebAPI.Client.nuspec index e160ef8..af88646 100644 --- a/VoiceTextWebAPI.Client/VoiceTextWebAPI.Client.nuspec +++ b/VoiceTextWebAPI.Client/VoiceTextWebAPI.Client.nuspec @@ -18,6 +18,8 @@