Skip to content

Commit

Permalink
Release stable v1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasmartinelli committed Apr 4, 2016
1 parent 6f00b06 commit 08a7f7d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -23,7 +23,7 @@ You can download a single binary for Linux, OSX or Windows.
**OSX**

```bash
wget -O pgfutter https://github.com/lukasmartinelli/pgfutter/releases/download/v0.4/pgfutter_darwin_amd64
wget -O pgfutter https://github.com/lukasmartinelli/pgfutter/releases/download/v1.0/pgfutter_darwin_amd64
chmod +x pgfutter

./pgfutter --help
Expand All @@ -32,7 +32,7 @@ chmod +x pgfutter
**Linux**

```bash
wget -O pgfutter https://github.com/lukasmartinelli/pgfutter/releases/download/v0.4/pgfutter_linux_amd64
wget -O pgfutter https://github.com/lukasmartinelli/pgfutter/releases/download/v1.0/pgfutter_linux_amd64
chmod +x pgfutter

./pgfutter --help
Expand Down
2 changes: 1 addition & 1 deletion pgfutter.go
Expand Up @@ -34,7 +34,7 @@ func parseTableName(c *cli.Context, filename string) string {
func main() {
app := cli.NewApp()
app.Name = "pgfutter"
app.Version = "0.4"
app.Version = "1.0"
app.Usage = "Import JSON and CSV into PostgreSQL the easy way"
app.Flags = []cli.Flag{
cli.StringFlag{
Expand Down

0 comments on commit 08a7f7d

Please sign in to comment.