Skip to content

Commit 09a3586

Browse files
committed
Bump version to 0.5.2
1 parent bff61ee commit 09a3586

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Decorator pattern - What is it?
1515
Add this line to your application's Gemfile:
1616

1717
```ruby
18-
gem 'light-decorator', '~> 0.5.1'
18+
gem 'light-decorator', '~> 0.5.2'
1919
```
2020

2121
## Usage

lib/light/decorator/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Light
22
module Decorator
3-
VERSION = '0.5.1'.freeze
3+
VERSION = '0.5.2'.freeze
44
end
55
end

0 commit comments

Comments
 (0)