Skip to content

Commit

Permalink
Version bump to 5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
arunagw committed Dec 6, 2010
1 parent d5555f3 commit ead598b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Jeweler::Tasks.new do |gem|
gem.description = "ErrorApp is a webapp for monitoring exceptions and other failures in your live applications."
gem.authors = ["Arun Agrawal", "Vishnu Atrai"]
gem.homepage = "https://github.com/rubyrockers/errorapp_notifier"
gem.files = Dir.glob('lib/**/*.rb')
#gem.files = Dir.glob('lib/**/*.rb')
gem.test_files = []
end

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0.0
5.0.0
2 changes: 1 addition & 1 deletion lib/errorapp_notifier/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module ErrorappNotifier
VERSION = '4.0.0'
VERSION = '5.0.0'
end

0 comments on commit ead598b

Please sign in to comment.