Skip to content

Commit

Permalink
Set to release version.
Browse files Browse the repository at this point in the history
  • Loading branch information
Dicky Suryadi committed Mar 26, 2016
1 parent 6488d95 commit bac6d3f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions DotNetifyLib/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,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.0.3.0")]
[assembly: AssemblyFileVersion("1.0.3.0")]
[assembly: AssemblyVersion("1.0.5.0")]
[assembly: AssemblyFileVersion("1.0.5.0")]
2 changes: 1 addition & 1 deletion WebApplication/Scripts/dotnetify.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ var dotNetify = {};
ko.mapping = komapping;
dotnetify =
{
version: "1.0.3",
version: "1.0.5",
hub: null,
debug: false,
debugFn: null,
Expand Down
2 changes: 1 addition & 1 deletion WebApplication/Scripts/dotnetify.router.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ limitations under the License.
// Add plugin functions.
dotnetify.router =
{
version: "1.0.3",
version: "1.0.5",

// URL path that will be parsed when performing routing.
urlPath: document.location.pathname,
Expand Down

0 comments on commit bac6d3f

Please sign in to comment.