Skip to content

Commit 9fd6bd1

Browse files
committed
Increased version numbers
1 parent 16be75b commit 9fd6bd1

5 files changed

Lines changed: 9 additions & 9 deletions

File tree

2Sexy Content Razor/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("6.1.4.0")]
36-
[assembly: AssemblyFileVersion("6.1.4.0")]
35+
[assembly: AssemblyVersion("6.1.5.0")]
36+
[assembly: AssemblyFileVersion("6.1.5.0")]

2sic_2SexyContent.dnn

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<dotnetnuke type="Package" version="5.0">
22
<packages>
3-
<package name="2SexyContent" type="Module" version="06.01.04">
3+
<package name="2SexyContent" type="Module" version="06.01.05">
44
<friendlyName> Content</friendlyName>
55
<description>2Sexy Content is a DotNetNuke Extension to create attractive and designed content. It solves the common problem, allowing the web designer to create designed templates for different content elements, so that the user must only fill in fields and receive a perfectly designed and animated output.</description>
66
<iconFile>icon.png</iconFile>
@@ -123,7 +123,7 @@
123123
<script type="UnInstall">
124124
<path>SqlDataProvider</path>
125125
<name>Uninstall.SqlDataProvider</name>
126-
<version>06.01.04</version>
126+
<version>06.01.05</version>
127127
</script>
128128
</scripts>
129129
</component>
@@ -573,7 +573,7 @@
573573
</components>
574574
</package>
575575

576-
<package name="2SexyContent-App" type="Module" version="06.01.04">
576+
<package name="2SexyContent-App" type="Module" version="06.01.05">
577577
<friendlyName> App</friendlyName>
578578
<description>2Sexy Content App is an extension that allows to insert a 2SexyContent app.</description>
579579
<iconFile>icon-app.png</iconFile>

Js/2sxc.api.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,6 @@ var $2sxc = function (id) {
9999

100100
$2sxc._controllers = {};
101101
$2sxc.metaName = "The 2SexyContent Controller object";
102-
$2sxc.metaVersion = "06.01.04";
102+
$2sxc.metaVersion = "06.01.05";
103103
$2sxc.beta = {};
104104
$2sxc._data = {};

Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@
2929
//
3030
// You can specify all the values or you can default the Revision and Build Numbers
3131
// by using the '*' as shown below:
32-
[assembly: AssemblyVersion("6.1.4.0")]
33-
[assembly: AssemblyFileVersion("6.1.4.0")]
32+
[assembly: AssemblyVersion("6.1.5.0")]
33+
[assembly: AssemblyFileVersion("6.1.5.0")]

SexyContent/SexyContent.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ public class SexyContent : ModuleSearchBase, IUpgradeable
3737
{
3838
#region Constants
3939

40-
public const string ModuleVersion = "06.01.04";
40+
public const string ModuleVersion = "06.01.05";
4141
public const string TemplateID = "TemplateID";
4242
public const string ContentGroupIDString = "ContentGroupID";
4343
public const string AppIDString = "AppId";

0 commit comments

Comments
 (0)