Skip to content

Commit

Permalink
v1.0.7 - PAX east not estimated anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
bhaberer committed Apr 16, 2014
1 parent 7e2fe8c commit b76e1d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/cinch/plugins/pax-timer.rb
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def next_pax(m)
{ type: 'east',
name: 'PAX East',
date: Time.parse('2015-03-06 08:00:00 -05:00'),
estimated: true }
estimated: false }
]

PAXES.map { |p| p[:type] }.each do |pax|
Expand Down
2 changes: 1 addition & 1 deletion lib/cinch/plugins/pax-timer/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module Cinch
module Plugins
# Versioning info
class PaxTimer
VERSION = '1.0.6'
VERSION = '1.0.7'
end
end
end

0 comments on commit b76e1d3

Please sign in to comment.