Skip to content

Commit

Permalink
bump versions (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
day0market authored Mar 12, 2021
1 parent 0234d18 commit 5c0ca98
Show file tree
Hide file tree
Showing 4 changed files with 5 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 @@
## connector-ipfs (uplink v1.0.5)
## connector-ipfs (uplink v1.4.5)

[![Codacy Badge](https://api.codacy.com/project/badge/Grade/ac7bbc539c0a45a5a2140b3e6b7c823d)](https://app.codacy.com/gh/storj-thirdparty/connector-IPFS?utm_source=github.com&utm_medium=referral&utm_content=storj-thirdparty/connector-IPFS&utm_campaign=Badge_Grade_Dashboard)
[![Go Report Card](https://goreportcard.com/badge/github.com/storj-thirdparty/connector-ipfs)](https://goreportcard.com/report/github.com/storj-thirdparty/connector-ipfs)
Expand Down
2 changes: 1 addition & 1 deletion cmd/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ var versionCmd = &cobra.Command{
Short: "Prints the version of the cli",
Long: `Prints the version of the cli`,
Run: func(cmd *cobra.Command, args []string) {
fmt.Println("Version 1.0.6")
fmt.Println("Version 1.0.7")
},
}

Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ go 1.13
require (
github.com/ipfs/go-ipfs-api v0.0.3
github.com/spf13/cobra v1.0.0
storj.io/uplink v1.4.4
storj.io/uplink v1.4.5
)
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -268,3 +268,5 @@ storj.io/drpc v0.0.16 h1:9sxypc5lKi/0D69cR21BR0S21+IvXfON8L5nXMVNTwQ=
storj.io/drpc v0.0.16/go.mod h1:zdmQ93nx4Z35u11pQ+GAnBy4DGOK3HJCSOfeh2RryTo=
storj.io/uplink v1.4.4 h1:9r5AI4OpbWMuZ/M24x1/1GJoxuxH4d69k/4NeomL6G8=
storj.io/uplink v1.4.4/go.mod h1:VoxYTP5AzJ+gnzsqptuB5Ra8Old+fVVbwLCmi4jr5y4=
storj.io/uplink v1.4.5 h1:aeJgbob2YtnVPgzrzw16XwmYr241ibuZBhPqVwvyR3E=
storj.io/uplink v1.4.5/go.mod h1:VoxYTP5AzJ+gnzsqptuB5Ra8Old+fVVbwLCmi4jr5y4=

0 comments on commit 5c0ca98

Please sign in to comment.