Use lower case roles. Bump version

This commit is contained in:
Dan Milne
2020-08-21 15:58:23 +10:00
parent 9465254d0b
commit ffc11ceb94
2 changed files with 11 additions and 7 deletions

View File

@@ -59,27 +59,31 @@ module Paapi
end
def actors
contributors_of 'Actor'
contributors_of 'actor'
end
def artists
contributors_of 'Artist'
contributors_of 'artist'
end
def authors
contributors_of 'Author'
contributors_of 'author'
end
def director
contributors_of 'director'
end
def illustrators
contributors_of 'Illustrator'
contributors_of 'illustrator'
end
def narrators
contributors_of 'Narrator'
contributors_of 'narrator'
end
def publishers
contributors_of 'Publisher'
contributors_of 'publisher'
end
def languages

View File

@@ -1,3 +1,3 @@
module Paapi
VERSION = '0.1.1'
VERSION = '0.1.2'
end