Skip to content

Commit

Permalink
Version - 3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vitaly - git committed May 4, 2015
1 parent 6a7fea0 commit 085268e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ChromeExtension/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Slack - Windows tray notifier companion",
"version": "2.1",
"version": "3.0",
"manifest_version": 2,
"description": "Passes Slack notifications to a Windows tray application (must be installed seperately).",
"author": "Vitaly Belman",
Expand Down
4 changes: 2 additions & 2 deletions SlackWindowsTray/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("2.1.0.0")]
[assembly: AssemblyFileVersion("2.1.0.0")]
[assembly: AssemblyVersion("3.0.0.0")]
[assembly: AssemblyFileVersion("3.0.0.0")]

0 comments on commit 085268e

Please sign in to comment.