Skip to content

Commit 6c8a26c

Browse files
committed
update dos
1 parent 09abfad commit 6c8a26c

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

doc/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ <h2>Meta</h2>
191191
</div></div>
192192

193193
<div id="footer">
194-
Generated on Fri Jan 8 12:01:36 2016 by
194+
Generated on Fri Jan 8 12:16:33 2016 by
195195
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
196196
0.8.7.6 (ruby-2.2.3).
197197
</div>

lib/lagotto-rb.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
require "lagotto-rb/helpers"
77

88
# @!macro lagotto_params
9+
# @param ids [String] one or more work identifier
910
# @param type [String] One of doi, pmid, pmcid, or mendeley_uuid
1011
# @param source [String] One source. To get many sources, make many calls.
1112
# @param publisher [String] Filter articles to a given publisher, using a crossref_id.

lib/lagotto-rb/version.rb

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

0 commit comments

Comments
 (0)