Skip to content
This repository was archived by the owner on Jan 16, 2021. It is now read-only.

Commit 1500811

Browse files
committed
bump to version 2.2.4
1 parent 40ffcf6 commit 1500811

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

login.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ import (
2020
"github.com/skratchdot/open-golang/open"
2121
)
2222

23-
const keysURL = "https://www.parse.com/account_keys"
23+
const keysURL = "https://www.parse.com/account/keys"
2424

2525
type credentials struct {
2626
email string

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import (
1212
)
1313

1414
const (
15-
version = "2.2.3"
15+
version = "2.2.4"
1616
cloudDir = "cloud"
1717
hostingDir = "public"
1818
defaultBaseURL = "https://api.parse.com/1/"

0 commit comments

Comments
 (0)