Update Ember.js documentation (2.3.0)

This commit is contained in:
Thibaut Courouble 2016-01-24 15:58:21 -05:00
parent 68fcf9b00e
commit d6aa0d8114
2 changed files with 3 additions and 3 deletions

View file

@ -146,7 +146,7 @@ credits = [
'https://api.drupal.org/api/drupal/LICENSE.txt'
], [
'Ember.js',
'2015 Yehuda Katz, Tom Dale and Ember.js contributors',
'2016 Yehuda Katz, Tom Dale and Ember.js contributors',
'MIT',
'https://raw.github.com/emberjs/ember.js/master/LICENSE'
], [

View file

@ -3,7 +3,7 @@ module Docs
self.name = 'Ember.js'
self.slug = 'ember'
self.type = 'ember'
self.release = '2.2.0'
self.release = '2.3.0'
self.base_url = 'http://emberjs.com/api/'
self.links = {
home: 'http://emberjs.com/',
@ -25,7 +25,7 @@ module Docs
options[:skip_patterns] = [/\._/]
options[:attribution] = <<-HTML
&copy; 2015 Yehuda Katz, Tom Dale and Ember.js contributors<br>
&copy; 2016 Yehuda Katz, Tom Dale and Ember.js contributors<br>
Licensed under the MIT License.
HTML
end