Skip to content

Commit a4b8eb5

Browse files
committed
Version 0.3.0
1 parent e827647 commit a4b8eb5

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

Gemfile.lock

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
notifications (0.2.0)
4+
notifications (0.3.0)
55
rails (>= 4.2.0, < 5.1)
66
will_paginate (~> 3)
77

@@ -181,7 +181,6 @@ DEPENDENCIES
181181
sass-rails
182182
simplecov
183183
uglifier
184-
will_paginate
185184

186185
BUNDLED WITH
187186
1.13.7

lib/notifications/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Notifications
2-
VERSION = '0.2.0'
2+
VERSION = '0.3.0'
33
end

0 commit comments

Comments
 (0)