Skip to content
This repository has been archived by the owner on Sep 23, 2021. It is now read-only.

Commit

Permalink
Merge pull request #10 from xenoinc/feature-version-1.2.52
Browse files Browse the repository at this point in the history
Version update to 1.2.52
  • Loading branch information
DamianSuess authored Jul 5, 2018
2 parents 2a63277 + a0648de commit 3ed8634
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ More information can be found at [PomodoroTechnique.com](http://pomodorotechniqu

# Change Log

### 1.1.52
### 1.2.52
* Updated namespace and refactored code

### 1.1.51
Expand Down
8 changes: 4 additions & 4 deletions source/Desktop/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("Pomodoro")]
[assembly: AssemblyDescription("A cheap desktop pomodoro timer")]
[assembly: AssemblyDescription("A simple desktop pomodoro timer")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Xeno Innovations, Inc.")]
[assembly: AssemblyProduct("Pomodoro")]
[assembly: AssemblyCopyright("Copyright © Xeno Innovations 2016-2017")]
[assembly: AssemblyCopyright("Copyright © Xeno Innovations 2016-2018")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

Expand All @@ -31,5 +31,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("1.1.51")]
[assembly: AssemblyFileVersion("1.1.51")]
[assembly: AssemblyVersion("1.2.52")]
[assembly: AssemblyFileVersion("1.2.52")]

0 comments on commit 3ed8634

Please sign in to comment.