Skip to content

Commit

Permalink
Bump from 0.1 to 0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
totten committed Dec 5, 2019
1 parent e7b086f commit 0a869a1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# pogo: Run PHP scripts with inline dependencies (v0.1)
# pogo: Run PHP scripts with inline dependencies

Pogo allows you to write small PHP scripts which use PHP libraries (courtesy
of `composer`/`packagist`)... but it *doesn't* require you setup a
Expand Down
2 changes: 1 addition & 1 deletion docs/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ There are a few things you can use to mitigate this:

### How does it cleanup old (previously-downloaded) dependencies?

Welcome to v0.1! It doesn't clean them up.
Welcome to v0! It doesn't clean them up.

You can just `rm -rf ~/.cache/pogo` periodically. Or maybe use `find ... -delete` to delete things after a certain number of days.

Expand Down
2 changes: 1 addition & 1 deletion docs/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

* Navigate to the [Github: pogo: Releases](https://github.com/totten/pogo/releases)
* Download the latest PHAR
* Move it in your path (e.g. `sudo mv pogo-0.1.0.phar /usr/local/bin/pogo`)
* Move it in your path (e.g. `sudo mv pogo-0.2.0.phar /usr/local/bin/pogo`)
* Mark it executable (`chmod +x /usr/local/bin/pogo`)

# Install (Git, Unix)
Expand Down

0 comments on commit 0a869a1

Please sign in to comment.