Browse Source

Update Marionette.js documentation (3.2.0, 2.4.7)

Thibaut Courouble 8 years ago
parent
commit
105ac36000

+ 1 - 1
assets/javascripts/templates/pages/about_tmpl.coffee

@@ -336,7 +336,7 @@ credits = [
     'http://www.gnu.org/copyleft/fdl.html'
   ], [
     'Marionette.js',
-    '2016 Muted Solutions, LLC',
+    '2017 Muted Solutions, LLC',
     'MIT',
     'https://mutedsolutions.mit-license.org/'
   ], [

+ 2 - 2
lib/docs/scrapers/marionette.rb

@@ -14,12 +14,12 @@ module Docs
     options[:container] = '.docs__content'
 
     options[:attribution] = <<-HTML
-      &copy; 2016 Muted Solutions, LLC<br>
+      &copy; 2017 Muted Solutions, LLC<br>
       Licensed under the MIT License.
     HTML
 
     version '3' do
-      self.release = '3.1.0'
+      self.release = '3.2.0'
       self.base_url = "https://marionettejs.com/docs/v#{release}/"
 
       html_filters.push 'marionette/entries_v3'