diff --git a/swagger.module b/swagger.module
index a8dfa36..2e55af3 100644
--- a/swagger.module
+++ b/swagger.module
@@ -75,8 +75,8 @@
     'swagger' => array(
       'name' => t('Swagger UI'),
       'vendor url' => 'http://swagger.wordnik.com/',
-      'download url' => 'https://github.com/wordnik/swagger-ui',
-      'version' => '1.2',
+      'download url' => 'https://github.com/swagger-api/swagger-ui',
+      'version' => '2.0.4',
       'files' => array(
         'js' => array(
           'lib/shred.bundle.js',
@@ -88,6 +88,7 @@
           'lib/backbone-min.js',
           'lib/swagger.js',
           'swagger-ui.js',
+          'lib/swagger-oauth.js',
           'lib/highlight.7.3.pack.js',
         ),
         'css' => array(
