Skip to content

Commit

Permalink
Newline after version, fix trying to update ''
Browse files Browse the repository at this point in the history
  • Loading branch information
Nemo157 committed Dec 29, 2014
1 parent 4eb0a86 commit b24760f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]

name = "roaring"
version = "0.0.11"
version = "0.0.12"
authors = ["Wim Looman <[email protected]>"]
description = "http://roaringbitmap.org for http://www.rust-lang.org"

Expand Down
5 changes: 3 additions & 2 deletions publish_docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 '/<!-- DOCS INDEX -->/a\
<li><a href="docs/'"$TAG"'/roaring/">'"$TAG"'</a></li>' index.html
sed -i'' -e '/<!-- DOCS INDEX -->/a\
<li><a href="docs/'"$TAG"'/roaring/">'"$TAG"'</a></li>
' index.html

# Add the changes
git add docs/$TAG
Expand Down

0 comments on commit b24760f

Please sign in to comment.