Skip to content

Commit baab4d3

Browse files
committed
Bump to version 0.3.0
- Changed the API for `Gradient::Map` to be invoked by using an array of `Gradient::Point` rather two arrays of `Gradient::ColorPoint` and `Gradient::OpacityPoint` - Introduced `Gradient::PointMerger` to take on the previous responsibility of `Gradient::Map`
1 parent 5831cea commit baab4d3

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.2.4"
2+
VERSION = "0.3.0"
33
end

0 commit comments

Comments
 (0)