From b24760f05e0be8b3fbb9052bec72666fbc3a527b Mon Sep 17 00:00:00 2001 From: Wim Looman Date: Mon, 29 Dec 2014 13:38:15 +1300 Subject: [PATCH] Newline after version, fix trying to update '' --- Cargo.toml | 2 +- publish_docs.sh | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index c550ac5c..3446027b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "roaring" -version = "0.0.11" +version = "0.0.12" authors = ["Wim Looman "] description = "http://roaringbitmap.org for http://www.rust-lang.org" diff --git a/publish_docs.sh b/publish_docs.sh index 3f86f0f9..95afa401 100755 --- a/publish_docs.sh +++ b/publish_docs.sh @@ -13,8 +13,9 @@ git checkout -b gh-pages FETCH_HEAD mv target/doc docs/$TAG # Update the index to point to the versioned docs -sed -i '' -e '//a\ -
  • '"$TAG"'
  • ' index.html +sed -i'' -e '//a\ +
  • '"$TAG"'
  • +' index.html # Add the changes git add docs/$TAG