Skip to content
This repository has been archived by the owner on Dec 18, 2020. It is now read-only.

Commit

Permalink
Merge pull request #193 from phrase/add-spaces-api
Browse files Browse the repository at this point in the history
Add Spaces API
  • Loading branch information
theSoenke authored Mar 30, 2020
2 parents d1fb5ca + 76f428b commit 5b939ab
Show file tree
Hide file tree
Showing 20 changed files with 1,215 additions and 130 deletions.
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.16.1
1.17.0
2 changes: 1 addition & 1 deletion build/innosetup/phraseapp-client-386.iss
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
; (To generate a new GUID, click Tools | Generate GUID inside the IDE.)
AppId={{DC598D8E-8A9B-4CAD-AFD8-0324FDF4E0F1}
AppName=PhraseApp Client
AppVersion=1.16.1
AppVersion=1.17.0
AppPublisher=PhraseApp GmbH
AppPublisherURL=https://phrase.com/cli
AppSupportURL=https://phrase.com/cli
Expand Down
2 changes: 1 addition & 1 deletion build/innosetup/phraseapp-client.iss
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
; (To generate a new GUID, click Tools | Generate GUID inside the IDE.)
AppId={{DC598D8E-8A9B-4CAD-AFD8-0324FDF4E0F1}
AppName=PhraseApp Client
AppVersion=1.16.1
AppVersion=1.17.0
AppPublisher=PhraseApp GmbH
AppPublisherURL=https://phrase.com/cli
AppSupportURL=https://phrase.com/cli
Expand Down
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ require (
github.com/google/btree v1.0.0 // indirect
github.com/jpillora/backoff v0.0.0-20170918002102-8eab2debe79d
github.com/peterbourgon/diskv v2.0.1+incompatible // indirect
github.com/phrase/phraseapp-go v3.0.1-0.20191007092208-14bf46b95f02+incompatible
github.com/phrase/phraseapp-go v1.0.1-0.20200330092623-4c858d5b0d0e
github.com/smartystreets/goconvey v0.0.0-20190731233626-505e41936337 // indirect
gopkg.in/yaml.v2 v2.2.1
gopkg.in/yaml.v2 v2.2.8
)
4 changes: 4 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ github.com/jtolds/gls v4.20.0+incompatible h1:xdiiI2gbIgH/gLH7ADydsJ1uDOEzR8yvV7
github.com/jtolds/gls v4.20.0+incompatible/go.mod h1:QJZ7F/aHp+rZTRtaJ1ow/lLfFfVYBRgL+9YlvaHOwJU=
github.com/peterbourgon/diskv v2.0.1+incompatible h1:UBdAOUP5p4RWqPBg048CAvpKN+vxiaj6gdUUzhl4XmI=
github.com/peterbourgon/diskv v2.0.1+incompatible/go.mod h1:uqqh8zWWbv1HBMNONnaR/tNboyR3/BZd58JJSHlUSCU=
github.com/phrase/phraseapp-go v1.0.1-0.20200330092623-4c858d5b0d0e h1:cc+4048HeYbTumao8JPJx8NabS/tNQ5uMuyWm6B3fcU=
github.com/phrase/phraseapp-go v1.0.1-0.20200330092623-4c858d5b0d0e/go.mod h1:XS5CX+PgOJxPecE1WqQMjYxhEZpcS0Tihp+b0KZ2Ws0=
github.com/phrase/phraseapp-go v3.0.1-0.20191007092208-14bf46b95f02+incompatible h1:pIfRi0yo+9RJsjC/+Cnc7c/5yjWbFPtSF7kgKVNeynM=
github.com/phrase/phraseapp-go v3.0.1-0.20191007092208-14bf46b95f02+incompatible/go.mod h1:TOL+9xE9WvJONHUwDe12G3vKyeOd+FG5XCofz1jln2w=
github.com/smartystreets/assertions v0.0.0-20180927180507-b2de0cb4f26d h1:zE9ykElWQ6/NYmHa3jpm/yHnI4xSofP+UP6SpjHcSeM=
Expand All @@ -37,3 +39,5 @@ gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 h1:yhCVgyC4o1eVCa2tZl7eS0r+
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
gopkg.in/yaml.v2 v2.2.1 h1:mUhvW9EsL+naU5Q3cakzfE91YhliOondGd6ZrsDBHQE=
gopkg.in/yaml.v2 v2.2.1/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI=
gopkg.in/yaml.v2 v2.2.8 h1:obN1ZagJSUGI0Ek/LBmuj4SNLPfIny3KsKFopxRdj10=
gopkg.in/yaml.v2 v2.2.8/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI=
Loading

0 comments on commit 5b939ab

Please sign in to comment.