Skip to content

Commit

Permalink
version bumped to 0.1.11
Browse files Browse the repository at this point in the history
  • Loading branch information
ksz2k committed Feb 29, 2016
1 parent b9819a6 commit 9df725a
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
0.1.11
------

- Windows support

0.1.10
-----
------

- `LetterAvatar::AvatarHelper` module tweaks
- `letter_avatar_url` method, returning avatar proper url
Expand Down
2 changes: 2 additions & 0 deletions lib/letter_avatar.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
require 'posix/spawn'

require "letter_avatar/version"
require "letter_avatar/configuration"
require "letter_avatar/avatar"
Expand Down
1 change: 0 additions & 1 deletion lib/letter_avatar/avatar.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
require 'posix/spawn'
require "letter_avatar/colors"

module LetterAvatar
Expand Down
2 changes: 1 addition & 1 deletion lib/letter_avatar/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module LetterAvatar
VERSION = "0.1.10"
VERSION = "0.1.11"
end

0 comments on commit 9df725a

Please sign in to comment.