Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
roman-yagodin committed Feb 27, 2019
1 parent c1f6b7d commit 256c5ef
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Deploy/Deploy.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<OutputType>Library</OutputType>
<RootNamespace>Deploy</RootNamespace>
<AssemblyName>Deploy</AssemblyName>
<ReleaseVersion>1.4</ReleaseVersion>
<ReleaseVersion>1.4.1</ReleaseVersion>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
Expand Down
2 changes: 1 addition & 1 deletion R7.MiniGallery.sln
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Global
GlobalSection(NestedProjects) = preSolution
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
version = 1.4
version = 1.4.1
Policies = $0
$0.TextStylePolicy = $1
$1.inheritsSet = null
Expand Down
4 changes: 2 additions & 2 deletions R7.MiniGallery/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
// The form "{Major}.{Minor}.*" will automatically update the build and revision,
// and "{Major}.{Minor}.{Build}.*" will update just the revision.

[assembly: AssemblyVersion("1.4.0.*")]
[assembly: AssemblyInformationalVersion ("1.4")]
[assembly: AssemblyVersion("1.4.1.*")]
[assembly: AssemblyInformationalVersion ("1.4.1")]

// The following attributes are used to specify the signing key for the assembly,
// if desired. See the Mono documentation for more information about signing.
Expand Down
2 changes: 1 addition & 1 deletion R7.MiniGallery/R7.MiniGallery.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<OutputType>Library</OutputType>
<RootNamespace>R7.MiniGallery</RootNamespace>
<AssemblyName>R7.MiniGallery</AssemblyName>
<ReleaseVersion>1.4</ReleaseVersion>
<ReleaseVersion>1.4.1</ReleaseVersion>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
Expand Down
2 changes: 1 addition & 1 deletion R7.MiniGallery/R7.MiniGallery.dnn
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<dotnetnuke type="Package" version="5.0">
<packages>
<package name="R7.MiniGallery" type="Module" version="01.04.00">
<package name="R7.MiniGallery" type="Module" version="01.04.01">
<friendlyName>R7.MiniGallery</friendlyName>
<description>Simple image gallery with lightbox and automatic thumbnails support.</description>
<owner>
Expand Down

0 comments on commit 256c5ef

Please sign in to comment.