Skip to content

Commit fb998f0

Browse files
committed
Release
1 parent 76e8207 commit fb998f0

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

Connect.Conference.Core/Properties/AssemblyInfo.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@
3131
//
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
34-
// [assembly: AssemblyVersion("2.1.2")]
35-
[assembly: AssemblyVersion("2.1.2")]
36-
[assembly: AssemblyFileVersion("2.1.2")]
34+
// [assembly: AssemblyVersion("2.1.3")]
35+
[assembly: AssemblyVersion("2.1.3")]
36+
[assembly: AssemblyFileVersion("2.1.3")]

Properties/AssemblyInfo.cs

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "conference",
3-
"version": "2.1.3",
3+
"version": "2.1.4",
44
"description": "Conference module",
55
"dnnModule": {
66
"fullName": "Connect.Conference",

0 commit comments

Comments
 (0)