diff --git a/README.md b/README.md index 8265d8e5c7da501a56604eead5eee2e755e6bf39..471f83279b214b0f59a20f46b948a1625a5583fd 100644 --- a/README.md +++ b/README.md @@ -462,7 +462,7 @@ License Jekyll-Scholar is distributed under the same license as Jekyll. -Copyright (c) 2011-2013 [Sylvester Keil](http://sylvester.keil.or.at/) +Copyright (c) 2011-2014 [Sylvester Keil](http://sylvester.keil.or.at/) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the 'Software'), to deal diff --git a/jekyll-scholar.gemspec b/jekyll-scholar.gemspec index 195734a83639a28d6e0d223f395d55946777b8e4..449bf9935e89b967357263c69266e595f9261492 100644 --- a/jekyll-scholar.gemspec +++ b/jekyll-scholar.gemspec @@ -26,8 +26,8 @@ Gem::Specification.new do |s| s.rubyforge_project = s.name s.add_runtime_dependency('jekyll', '~> 1.0') - s.add_runtime_dependency('citeproc-ruby', '~> 1.0.1') - s.add_runtime_dependency('csl-styles', '~> 1.0.1') + s.add_runtime_dependency('citeproc-ruby', '~> 1.0') + s.add_runtime_dependency('csl-styles', '~> 1.0') s.add_runtime_dependency('bibtex-ruby', '~> 3.0') s.files = `git ls-files`.split("\n")