diff --git a/src/DspAdpcm.Cli/DspAdpcm.Cli.project.json b/src/DspAdpcm.Cli/DspAdpcm.Cli.project.json index 177d91be..6d7cf741 100644 --- a/src/DspAdpcm.Cli/DspAdpcm.Cli.project.json +++ b/src/DspAdpcm.Cli/DspAdpcm.Cli.project.json @@ -1,5 +1,5 @@ { - "version": "1.1.0-*", + "version": "1.1.1-*", "buildOptions": { "emitEntryPoint": true }, diff --git a/src/DspAdpcm.Cli/Properties/AssemblyInfo.cs b/src/DspAdpcm.Cli/Properties/AssemblyInfo.cs index 57ec9829..036c8537 100644 --- a/src/DspAdpcm.Cli/Properties/AssemblyInfo.cs +++ b/src/DspAdpcm.Cli/Properties/AssemblyInfo.cs @@ -24,5 +24,5 @@ // 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: AssemblyFileVersion("1.1.0.0")] +[assembly: AssemblyVersion("1.1.1.0")] +[assembly: AssemblyFileVersion("1.1.1.0")] diff --git a/src/DspAdpcm.Cli/project.json b/src/DspAdpcm.Cli/project.json index 551b26a4..1affbd14 100644 --- a/src/DspAdpcm.Cli/project.json +++ b/src/DspAdpcm.Cli/project.json @@ -1,5 +1,5 @@ { - "version": "1.1.0-*", + "version": "1.1.1-*", "buildOptions": { "emitEntryPoint": true }, diff --git a/src/DspAdpcm.Uwp/Package.appxmanifest b/src/DspAdpcm.Uwp/Package.appxmanifest index c0b0ac0e..dc2e3860 100644 --- a/src/DspAdpcm.Uwp/Package.appxmanifest +++ b/src/DspAdpcm.Uwp/Package.appxmanifest @@ -1,6 +1,6 @@  - + DSP-ADPCM Encoder diff --git a/src/DspAdpcm.Uwp/Properties/AssemblyInfo.cs b/src/DspAdpcm.Uwp/Properties/AssemblyInfo.cs index e02dc787..9c07c2df 100644 --- a/src/DspAdpcm.Uwp/Properties/AssemblyInfo.cs +++ b/src/DspAdpcm.Uwp/Properties/AssemblyInfo.cs @@ -23,6 +23,6 @@ // 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: AssemblyFileVersion("1.1.0.0")] +[assembly: AssemblyVersion("1.1.1.0")] +[assembly: AssemblyFileVersion("1.1.1.0")] [assembly: ComVisible(false)] diff --git a/src/DspAdpcm/DspAdpcm.project.json b/src/DspAdpcm/DspAdpcm.project.json index dc4a485d..f6ae1536 100644 --- a/src/DspAdpcm/DspAdpcm.project.json +++ b/src/DspAdpcm/DspAdpcm.project.json @@ -1,7 +1,7 @@ { "title": "DspAdpcm", "description": "A library for encoding, decoding, and manipulating audio files using Nintendo's DSP-ADPCM format.", - "version": "1.1.0-*", + "version": "1.1.1-*", "authors": [ "Alex Barney" ], "copyright": "Copyright © 2016 Alex Barney", "packOptions": { diff --git a/src/DspAdpcm/Properties/AssemblyInfo.cs b/src/DspAdpcm/Properties/AssemblyInfo.cs index b9e34032..e786afaf 100644 --- a/src/DspAdpcm/Properties/AssemblyInfo.cs +++ b/src/DspAdpcm/Properties/AssemblyInfo.cs @@ -5,8 +5,8 @@ [assembly: AssemblyTitle("DspAdpcm")] [assembly: AssemblyDescription("A library for encoding, decoding, and manipulating audio files using Nintendo's DSP-ADPCM format.")] [assembly: AssemblyCopyright("Copyright © 2016 Alex Barney")] -[assembly: AssemblyVersion("1.1.0.0")] -[assembly: AssemblyFileVersion("1.1.0.0")] +[assembly: AssemblyVersion("1.1.1.0")] +[assembly: AssemblyFileVersion("1.1.1.0")] [assembly: AssemblyProduct("DspAdpcm")] [assembly: NeutralResourcesLanguage("en-US")] [assembly: InternalsVisibleTo("DspAdpcm.Tests")] diff --git a/src/DspAdpcm/project.json b/src/DspAdpcm/project.json index a79b281b..b1bae864 100644 --- a/src/DspAdpcm/project.json +++ b/src/DspAdpcm/project.json @@ -1,7 +1,7 @@ { "title": "DspAdpcm", "description": "A library for encoding, decoding, and manipulating audio files using Nintendo's DSP-ADPCM format.", - "version": "1.1.0-*", + "version": "1.1.1-*", "authors": [ "Alex Barney" ], "copyright": "Copyright © 2016 Alex Barney", "packOptions": {