Skip to content

Commit 3045576

Browse files
committed
Bump to 0.5.0
- Support parsing `.svg` files in to Gradient maps using `Gradient::SVG.parse` (credit: [@jjgreen](https://github.com/jjgreen)) - Interpolating points on a gradient map (credit: [@jjgreen](https://github.com/jjgreen))
1 parent b2ee356 commit 3045576

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/gradient/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Gradient
2-
VERSION = "0.4.0"
2+
VERSION = "0.5.0"
33
end

0 commit comments

Comments
 (0)