Skip to content

Commit 0765a04

Browse files
committed
Release
1 parent f21950e commit 0765a04

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Server/Connect.FlickrGallery.Core/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("2.1.4")]
35-
[assembly: AssemblyVersion("2.1.5")]
36-
[assembly: AssemblyFileVersion("2.1.5")]
35+
[assembly: AssemblyVersion("2.2.0")]
36+
[assembly: AssemblyFileVersion("2.2.0")]

Server/FlickrGallery/Properties/AssemblyInfo.cs

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "flickrgallery",
3-
"version": "2.2.0",
3+
"version": "2.2.1",
44
"description": "Flickr Gallery module for DNN Platform",
55
"dnn": {
66
"projectFolders": [

0 commit comments

Comments
 (0)