Skip to content

Commit

Permalink
Release
Browse files Browse the repository at this point in the history
  • Loading branch information
donker committed Feb 5, 2016
1 parent 035836c commit defdfd5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("DNN Connect")]
[assembly: AssemblyProduct("Map")]
[assembly: AssemblyCopyright("Copyright 2015 by DNN Connect")]
[assembly: AssemblyCopyright("Copyright 2016 by DNN Connect")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

Expand All @@ -30,5 +30,5 @@
//
// You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below:
[assembly: AssemblyVersion("01.00.02")]
[assembly: AssemblyFileVersion("01.00.02")]
[assembly: AssemblyVersion("01.00.03")]
[assembly: AssemblyFileVersion("01.00.03")]
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "map",
"version": "01.00.02",
"version": "01.00.04",
"description": "Demo module used at DNN Connect 2015",
"dnnModule": {
"fullName": "Connect.Map",
Expand Down

0 comments on commit defdfd5

Please sign in to comment.