Skip to content

Commit

Permalink
Release as v.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jsakamoto committed Mar 15, 2018
1 parent 9d688d1 commit 072f5ef
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ public async void btn_OnClick()

License
-------
Copyright (c) 2014 @jsakamoto. Licensed under the MIT license.
Copyright (c) 2014-2018 @jsakamoto. Licensed under the MIT license.
4 changes: 2 additions & 2 deletions VoiceTextWebAPI.Client/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct(".NET Client for VoiceText Web API")]
[assembly: AssemblyCopyright("Copyright © J.Sakamoto 2014-2015, MIT License")]
[assembly: AssemblyCopyright("Copyright © J.Sakamoto 2014-2018, MIT License")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

Expand All @@ -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.3.0.1")]
[assembly: AssemblyVersion("1.4.0.0")]
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.4
- Add mp3 format.
v.1.3
- Can chose voice file format from wav/ogg/aac.
v.1.2
Expand Down

0 comments on commit 072f5ef

Please sign in to comment.