diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 100301f..f8b8eb9 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,4 +1,4 @@ -## 0.2.0 - April 19, 2016 +## 0.2.1 - April 20, 2016 * Target framework is .NET 4.5.2 * Uses Angara.Table 0.2.1, Angara.Chart 0.2.0 and Angara.Serialization 0.2.0 diff --git a/bower.json b/bower.json index da2fecf..f3dcc69 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "angara.html", - "version": "0.2.0", + "version": "0.2.1", "description": "", "main": "Gruntfile.js", "authors": [ diff --git a/package.json b/package.json index 3dcff5f..f001d3a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "angara", - "version": "0.2.0", + "version": "0.2.1", "license": "MIT", "private": true, "main": "Gruntfile.js", diff --git a/src/Angara.Base/AssemblyInfo.fs b/src/Angara.Base/AssemblyInfo.fs index 24e884d..429ed5e 100644 --- a/src/Angara.Base/AssemblyInfo.fs +++ b/src/Angara.Base/AssemblyInfo.fs @@ -4,10 +4,10 @@ open System.Reflection [] [] [] -[] -[] +[] +[] do () module internal AssemblyVersionInformation = - let [] Version = "0.2.0" - let [] InformationalVersion = "0.2.0" + let [] Version = "0.2.1" + let [] InformationalVersion = "0.2.1" diff --git a/src/Angara.Html.Sample/AssemblyInfo.fs b/src/Angara.Html.Sample/AssemblyInfo.fs index 2e73ba7..44033b7 100644 --- a/src/Angara.Html.Sample/AssemblyInfo.fs +++ b/src/Angara.Html.Sample/AssemblyInfo.fs @@ -4,10 +4,10 @@ open System.Reflection [] [] [] -[] -[] +[] +[] do () module internal AssemblyVersionInformation = - let [] Version = "0.2.0" - let [] InformationalVersion = "0.2.0" + let [] Version = "0.2.1" + let [] InformationalVersion = "0.2.1" diff --git a/src/Angara.Html/AssemblyInfo.fs b/src/Angara.Html/AssemblyInfo.fs index 02fb419..cf75bb3 100644 --- a/src/Angara.Html/AssemblyInfo.fs +++ b/src/Angara.Html/AssemblyInfo.fs @@ -4,10 +4,10 @@ open System.Reflection [] [] [] -[] -[] +[] +[] do () module internal AssemblyVersionInformation = - let [] Version = "0.2.0" - let [] InformationalVersion = "0.2.0" + let [] Version = "0.2.1" + let [] InformationalVersion = "0.2.1" diff --git a/src/Angara.Html/Scripts/embeddableIndex.cshtml b/src/Angara.Html/Scripts/embeddableIndex.cshtml index ff65142..ff05dee 100644 --- a/src/Angara.Html/Scripts/embeddableIndex.cshtml +++ b/src/Angara.Html/Scripts/embeddableIndex.cshtml @@ -6,16 +6,16 @@ require.config({ baseUrl: "@Origin", paths: { - "angara.serializationjs": "https://cdn.rawgit.com/predictionmachines/Angara.Serialization/v0.1.2/dist/Angara.Serialization.umd", - "Chart": "https://cdn.rawgit.com/predictionmachines/Angara.Chart/v0.1.1/dist/Chart", - "Table": "https://cdn.rawgit.com/predictionmachines/Angara.Table/v0.1.1/dist/Table", - "angara.tablejs": "https://cdn.rawgit.com/predictionmachines/Angara.Table/v0.1.1/dist/angara.tablejs", + "angara.serializationjs": "https://cdn.rawgit.com/predictionmachines/Angara.Serialization/v0.2.0/dist/Angara.Serialization.umd", + "Chart": "https://cdn.rawgit.com/predictionmachines/Angara.Chart/0.2.0/dist/Chart", + "Table": "https://cdn.rawgit.com/predictionmachines/Angara.Table/0.2.1/dist/Table", + "angara.tablejs": "https://cdn.rawgit.com/predictionmachines/Angara.Table/0.2.1/dist/angara.tablejs", "jquery.dataTables": "https://cdnjs.cloudflare.com/ajax/libs/datatables/1.10.11/js/jquery.dataTables.min", - "jquery.dataTables-css": "https://cdn.rawgit.com/predictionmachines/Angara.Table/v0.1.1/dist/angara.tablejs", - "chartViewer.umd": "https://cdn.rawgit.com/predictionmachines/InteractiveDataDisplay/v1.1.4/dist/chartViewer.umd", - "chartViewer-css": "https://cdn.rawgit.com/predictionmachines/InteractiveDataDisplay/v1.1.4/dist/chartViewer", - "idd": "https://cdn.rawgit.com/predictionmachines/InteractiveDataDisplay/v1.1.4/dist/idd", - "idd-css": "https://cdn.rawgit.com/predictionmachines/InteractiveDataDisplay/v1.1.4/dist/idd", + "jquery.dataTables-css": "https://cdn.rawgit.com/predictionmachines/Angara.Table/0.2.1/dist/angara.tablejs", + "chartViewer.umd": "https://cdn.rawgit.com/predictionmachines/InteractiveDataDisplay/v1.2.0/dist/chartViewer.umd", + "chartViewer-css": "https://cdn.rawgit.com/predictionmachines/InteractiveDataDisplay/v1.2.0/dist/chartViewer", + "idd": "https://cdn.rawgit.com/predictionmachines/InteractiveDataDisplay/v1.2.0/dist/idd", + "idd-css": "https://cdn.rawgit.com/predictionmachines/InteractiveDataDisplay/v1.2.0/dist/idd", "domReady": "https://cdnjs.cloudflare.com/ajax/libs/require-domReady/2.0.1/domReady.min", "jquery": "https://cdnjs.cloudflare.com/ajax/libs/jquery/2.2.2/jquery.min", "jquery-ui": "https://cdnjs.cloudflare.com/ajax/libs/jqueryui/1.11.4/jquery-ui", diff --git a/src/Angara.Reinstate/AssemblyInfo.fs b/src/Angara.Reinstate/AssemblyInfo.fs index 2d465a2..40c0e06 100644 --- a/src/Angara.Reinstate/AssemblyInfo.fs +++ b/src/Angara.Reinstate/AssemblyInfo.fs @@ -4,10 +4,10 @@ open System.Reflection [] [] [] -[] -[] +[] +[] do () module internal AssemblyVersionInformation = - let [] Version = "0.2.0" - let [] InformationalVersion = "0.2.0" + let [] Version = "0.2.1" + let [] InformationalVersion = "0.2.1"