Browse Source

Update Crystal documentation (1.2.1)

Simon Legner 4 years ago
parent
commit
51ee33a19c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lib/docs/scrapers/crystal.rb

+ 1 - 1
lib/docs/scrapers/crystal.rb

@@ -25,7 +25,7 @@ module Docs
       end
     }
 
-    self.release = '1.1.1'
+    self.release = '1.2.1'
     self.root_path = "api/#{release}/index.html"
 
     options[:only_patterns] = [/\Aapi\/#{release}\//, /\Areference\//]