Skip to content

Commit

Permalink
New version 3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeIam committed Jun 11, 2018
1 parent b272cf0 commit 0e121c8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
using System.Runtime.InteropServices;

[assembly: AssemblyTitle("KeePassSubsetExport")]
[assembly: AssemblyDescription("KeePassSubsetExport is a KeePass2 plugin which automatically exports a subset of entries (tag based) to new databases (with different keys).")]
[assembly: AssemblyDescription("KeePassSubsetExport is a KeePass2 plugin which automatically exports a subset of entries (tag/group based) to new databases (with different keys).")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("lukeIam")]
[assembly: AssemblyProduct("KeePass Plugin")]
Expand All @@ -15,5 +15,5 @@

[assembly: Guid("3463A091-5683-487E-843F-47086294C5C1")]

[assembly: AssemblyVersion("0.3.0.0")]
[assembly: AssemblyFileVersion("0.3.0.0")]
[assembly: AssemblyVersion("0.3.1.0")]
[assembly: AssemblyFileVersion("0.3.1.0")]
2 changes: 1 addition & 1 deletion keepass.version
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
:
KeePassSubsetExport:0.3.0
KeePassSubsetExport:0.3.1
:

0 comments on commit 0e121c8

Please sign in to comment.