Skip to content

Commit

Permalink
Incrementing to version 0.1.1.3 for Release
Browse files Browse the repository at this point in the history
  • Loading branch information
codereflection committed Oct 12, 2011
1 parent 8bb5bc8 commit 78667e8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ReleaseNotes.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
vNext - Sept xx, 2011
v0.1.1.3 - Oct 12, 2011
- Added E option to the interactive console to only print out the errors from the last test run, verbosely, including the stack traces
- Added Success and Failure icons to Growl notification - Thanks to Ian Davis for the idea.

Expand Down
2 changes: 1 addition & 1 deletion rakefile.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

task :default => [:full]

@GilesVersion = "0.1.1.2"
@GilesVersion = "0.1.1.3"

task :full => [:clean,:assemblyInfo,:build,:buildx86,:copyx86,:specifications,:createSpec,:createPackage]

Expand Down
4 changes: 2 additions & 2 deletions src/ProjectVersion.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
[assembly: AssemblyCompany("codereflection")]
[assembly: AssemblyProduct("Giles - auto test runner")]
[assembly: AssemblyCopyright("Copyright (c)2011 Jeff Schumacher (@codereflection). Rupert Giles and all other Buffy The Vampire Slayer references are copyrights of their respective owners.")]
[assembly: AssemblyVersion("0.1.1.2")]
[assembly: AssemblyFileVersion("0.1.1.2")]
[assembly: AssemblyVersion("0.1.1.3")]
[assembly: AssemblyFileVersion("0.1.1.3")]

0 comments on commit 78667e8

Please sign in to comment.