Skip to content

Commit 65ed47a

Browse files
committed
Remove deprecated URL pattern
1 parent 4c49ce0 commit 65ed47a

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

data/catalogues.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -290,8 +290,8 @@ catalogues:
290290
name: Korean Agricultural Culture Collection
291291
organization: National Academy of Agricultural Science
292292
country_code: KR
293-
url_pattern: "https://genebank.rda.go.kr/eng/mic/cat/\
294-
MicrobeSearch.do?sSearchWith=no&sTxt1=%s"
293+
url: "https://genebank.rda.go.kr/eng/EgovPageLink.do"
294+
_examples: [ KACC 19675 ]
295295
- codes: [ KCTC ]
296296
country_code: KR
297297
name: Korean Collection for Type Cultures

lib/strain-code/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
class StrainCode
2-
VERSION = '0.3.10'
2+
VERSION = '0.3.11'
33
VERSION_ARRAY = VERSION.split(/\./).map { |x| x.to_i } # :nodoc:
44
VERSION_MAJOR = VERSION_ARRAY[0] # :nodoc:
55
VERSION_MINOR = VERSION_ARRAY[1] # :nodoc:

0 commit comments

Comments
 (0)