Prepare for dartdoc 0.30.0+1 (#2119)

* Fix basehref for search box on non-root cases

* Use src element and correct relative path for directory return value

* Prepare for 0.30.0+1
diff --git a/CHANGELOG.md b/CHANGELOG.md
index d9036ae..3da708f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,6 @@
+## 0.30.0+1
+* Fix a broken search box on pages in subdirectories (#2117, #2118)
+
 ## 0.30.0
 * BREAKING CHANGE: no longer use `<base href>` in generated documentation, instead
   use real relative links.  This may break manually constructed links that rely
diff --git a/dartdoc_options.yaml b/dartdoc_options.yaml
index ccce8df..5bdf9eb 100644
--- a/dartdoc_options.yaml
+++ b/dartdoc_options.yaml
@@ -1,4 +1,4 @@
 dartdoc:
   linkToSource:
     root: '.'
-    uriTemplate: 'https://github.com/dart-lang/dartdoc/blob/v0.30.0/%f%#L%l%'
+    uriTemplate: 'https://github.com/dart-lang/dartdoc/blob/v0.30.0+1/%f%#L%l%'
diff --git a/lib/src/version.dart b/lib/src/version.dart
index e7c1efd..7f46e7b 100644
--- a/lib/src/version.dart
+++ b/lib/src/version.dart
@@ -1,2 +1,2 @@
 // Generated code. Do not modify.
-const packageVersion = '0.30.0';
+const packageVersion = '0.30.0+1';
diff --git a/pubspec.yaml b/pubspec.yaml
index 756f6ee..2a1d64f 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -1,6 +1,6 @@
 name: dartdoc
 # Run `grind build` after updating.
-version: 0.30.0
+version: 0.30.0+1
 description: A non-interactive HTML documentation generator for Dart source code.
 homepage: https://github.com/dart-lang/dartdoc
 environment: