Skip to content

Commit 4689194

Browse files
committed
Changed version numbers to 06.01.02
1 parent 098e9a3 commit 4689194

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.1.0")]
36-
[assembly: AssemblyFileVersion("6.1.1.0")]
35+
[assembly: AssemblyVersion("6.1.2.0")]
36+
[assembly: AssemblyFileVersion("6.1.2.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.01">
3+
<package name="2SexyContent" type="Module" version="06.01.02">
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.01</version>
126+
<version>06.01.02</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.01">
576+
<package name="2SexyContent-App" type="Module" version="06.01.02">
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.01";
102+
$2sxc.metaVersion = "06.01.02";
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.1.0")]
33-
[assembly: AssemblyFileVersion("6.1.1.0")]
32+
[assembly: AssemblyVersion("6.1.2.0")]
33+
[assembly: AssemblyFileVersion("6.1.2.0")]

SexyContent/SexyContent.cs

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

38-
public const string ModuleVersion = "06.01.01";
38+
public const string ModuleVersion = "06.01.02";
3939
public const string TemplateID = "TemplateID";
4040
public const string ContentGroupIDString = "ContentGroupID";
4141
public const string AppIDString = "AppId";

0 commit comments

Comments
 (0)