Navigation Menu

Skip to content

Commit

Permalink
Release 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tj committed Jan 24, 2013
1 parent 9e4d55e commit 39dfed7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions History.md
@@ -1,4 +1,10 @@

1.0.1 / 2013-01-24
==================

* add POST @some.json / support. Closes #4
* fix & in quoted strings

1.0.0 / 2012-07-20
==================

Expand Down
4 changes: 2 additions & 2 deletions bin/burl
@@ -1,6 +1,6 @@
#!/usr/bin/env bash

version="1.0.0"
version="1.0.1"
debug=
args="-s"
BURL=${BURL:-http://localhost:3000}
Expand All @@ -12,7 +12,7 @@ quote="[[:space:]]|[&<>;]"

usage() {
cat <<EOF
Usage: burl [options] <url>
Options:
Expand Down

0 comments on commit 39dfed7

Please sign in to comment.