Skip to content

Commit

Permalink
Bump versions after JSONDecodingError addition
Browse files Browse the repository at this point in the history
  • Loading branch information
ysangkok committed May 6, 2024
1 parent 8aaa386 commit e24fc93
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion json-fleece-aeson-beeline/json-fleece-aeson-beeline.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ cabal-version: 1.12
-- see: https://github.com/sol/hpack

name: json-fleece-aeson-beeline
version: 0.1.0.3
version: 0.2.0.0
description: Please see the README on GitHub at <https://github.com/githubuser/json-fleece-aeson-beeline#readme>
homepage: https://github.com/flipstone/json-fleece#readme
bug-reports: https://github.com/flipstone/json-fleece/issues
Expand Down
2 changes: 1 addition & 1 deletion json-fleece-aeson-beeline/package.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: json-fleece-aeson-beeline
version: 0.1.0.3
version: 0.2.0.0
github: "flipstone/json-fleece/json-fleece-aeson-beeline"
license: BSD3
author: "Author name here"
Expand Down
2 changes: 1 addition & 1 deletion json-fleece-codegen-util/json-fleece-codegen-util.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ cabal-version: 1.12
-- see: https://github.com/sol/hpack

name: json-fleece-codegen-util
version: 0.9.0.0
version: 0.9.1.0
description: Please see the README on GitHub at <https://github.com/githubuser/json-fleece-codegen-util#readme>
homepage: https://github.com/flipstone/json-fleece#readme
bug-reports: https://github.com/flipstone/json-fleece/issues
Expand Down
2 changes: 1 addition & 1 deletion json-fleece-codegen-util/package.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: json-fleece-codegen-util
version: 0.9.0.0
version: 0.9.1.0
github: "flipstone/json-fleece/json-fleece-codegen-util"
license: BSD3
author: "Author name here"
Expand Down
2 changes: 1 addition & 1 deletion json-fleece-openapi3/examples/star-trek/package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ dependencies:
- text
- scientific
- json-fleece-core >= 0.1.3 && < 0.8
- json-fleece-aeson-beeline >= 0.1 && < 0.2
- json-fleece-aeson-beeline >= 0.2 && < 0.3
- beeline-routing >= 0.2.4 && < 0.3
- beeline-http-client >= 0.8 && < 0.9
- time
Expand Down
2 changes: 1 addition & 1 deletion json-fleece-openapi3/examples/star-trek/star-trek.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -1869,7 +1869,7 @@ library
base >=4.7 && <5
, beeline-http-client ==0.8.*
, beeline-routing >=0.2.4 && <0.3
, json-fleece-aeson-beeline ==0.1.*
, json-fleece-aeson-beeline ==0.2.*
, json-fleece-core >=0.1.3 && <0.8
, scientific
, text
Expand Down
2 changes: 1 addition & 1 deletion json-fleece-openapi3/examples/test-cases/package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ dependencies:
- text
- scientific
- json-fleece-core >= 0.1.3 && < 0.8
- json-fleece-aeson-beeline >= 0.1 && < 0.2
- json-fleece-aeson-beeline >= 0.2 && < 0.3
- beeline-routing >= 0.2.4 && < 0.3
- beeline-http-client >= 0.8 && < 0.9
- shrubbery >= 0.2 && < 0.3
Expand Down
2 changes: 1 addition & 1 deletion json-fleece-openapi3/examples/test-cases/test-cases.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ library
, beeline-http-client ==0.8.*
, beeline-routing >=0.2.4 && <0.3
, containers
, json-fleece-aeson-beeline ==0.1.*
, json-fleece-aeson-beeline ==0.2.*
, json-fleece-core >=0.1.3 && <0.8
, scientific
, shrubbery ==0.2.*
Expand Down
2 changes: 1 addition & 1 deletion json-fleece-swagger2/examples/uber/package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ dependencies:
- text
- scientific
- json-fleece-core >= 0.1.3 && < 0.8
- json-fleece-aeson-beeline >= 0.1 && < 0.2
- json-fleece-aeson-beeline >= 0.2 && < 0.3
- beeline-routing >= 0.2.4 && < 0.3
- beeline-http-client >= 0.8 && < 0.9
- time
Expand Down
2 changes: 1 addition & 1 deletion json-fleece-swagger2/examples/uber/uber.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ library
base >=4.7 && <5
, beeline-http-client ==0.8.*
, beeline-routing >=0.2.4 && <0.3
, json-fleece-aeson-beeline ==0.1.*
, json-fleece-aeson-beeline ==0.2.*
, json-fleece-core >=0.1.3 && <0.8
, scientific
, text
Expand Down

0 comments on commit e24fc93

Please sign in to comment.