Skip to content

Commit

Permalink
Update readme; bump as release candidate
Browse files Browse the repository at this point in the history
  • Loading branch information
afast committed Feb 11, 2016
1 parent f414fe2 commit a85a2eb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
map_print (0.4.0)
map_print (0.9.0)
mini_magick (~> 4.3)
parallel (~> 1.6)
prawn (~> 2.0)
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ map_configuration = {
}
}
],
legend: { # not supported yet
legend: {
position: {x: 50, y: 50},
size: {width: 50, height: 50},
image_size: {width: 16, height: 16},
Expand All @@ -203,7 +203,7 @@ map_configuration = {
text: 'text'
}]
},
scalebar: { # not supported yet
scalebar: {
unit: 'meters', # meters, km, miles, feet
position: {x: 500, y: 550},
size: {width: 200, height: 40},
Expand Down
2 changes: 1 addition & 1 deletion lib/map_print/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module MapPrint
VERSION = '0.4.0'
VERSION = '0.9.0'
end

0 comments on commit a85a2eb

Please sign in to comment.