We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
%
1 parent 6c9eb78 commit 99b5c5fCopy full SHA for 99b5c5f
2 files changed
data/catalogues.yaml
@@ -181,7 +181,7 @@ catalogues:
181
organization: University of Helsinki
182
url: "https://www.helsinki.fi/en/infrastructures/biodiversity-collections/\
183
infrastructures/microbial-domain-biological-resource-centre-hambi"
184
- url_pattern: 'https://kotka.luomus.fi/culture/bac?q="HAMBI%20%s"'
+ url_pattern: 'https://kotka.luomus.fi/culture/bac?q="HAMBI%%20%s"'
185
_example: [ HAMBI 1518 ]
186
_tested: 2025-03-20
187
_notes: url_pattern points to a search result form
lib/strain-code/version.rb
@@ -1,5 +1,5 @@
1
class StrainCode
2
- VERSION = '0.3.4'
+ VERSION = '0.3.5'
3
VERSION_ARRAY = VERSION.split(/\./).map { |x| x.to_i } # :nodoc:
4
VERSION_MAJOR = VERSION_ARRAY[0] # :nodoc:
5
VERSION_MINOR = VERSION_ARRAY[1] # :nodoc:
0 commit comments