Skip to content

Commit

Permalink
Bumping static version to 1.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
brendanhay committed Sep 11, 2016
1 parent 4fdd746 commit 6393d4a
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 13 deletions.
10 changes: 5 additions & 5 deletions amazonka-s3-encryption/amazonka-s3-encryption.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: amazonka-s3-encryption
version: 1.4.3
version: 1.4.4
synopsis: Amazon Simple Storage Service SDK - Client-Side Encryption.
homepage: https://github.com/brendanhay/amazonka
bug-reports: https://github.com/brendanhay/amazonka/issues
Expand Down Expand Up @@ -59,10 +59,10 @@ library

build-depends:
aeson >= 0.8
, amazonka == 1.4.3.*
, amazonka-core == 1.4.3.*
, amazonka-kms == 1.4.3.*
, amazonka-s3 == 1.4.3.*
, amazonka == 1.4.4.*
, amazonka-core == 1.4.4.*
, amazonka-kms == 1.4.4.*
, amazonka-s3 == 1.4.4.*
, base >= 4.7 && < 5
, bytestring >= 0.9
, case-insensitive >= 1.2
Expand Down
4 changes: 2 additions & 2 deletions amazonka/amazonka.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: amazonka
version: 1.4.3
version: 1.4.4
synopsis: Comprehensive Amazon Web Services SDK.
homepage: https://github.com/brendanhay/amazonka
bug-reports: https://github.com/brendanhay/amazonka/issues
Expand Down Expand Up @@ -55,7 +55,7 @@ library
, Network.AWS.Internal.Logger

build-depends:
amazonka-core == 1.4.3.*
amazonka-core == 1.4.4.*
, base >= 4.7 && < 5
, bytestring >= 0.9
, conduit >= 1.1
Expand Down
2 changes: 1 addition & 1 deletion core/amazonka-core.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: amazonka-core
version: 1.4.3
version: 1.4.4
synopsis: Core data types and functionality for Amazonka libraries.
homepage: https://github.com/brendanhay/amazonka
bug-reports: https://github.com/brendanhay/amazonka/issues
Expand Down
4 changes: 2 additions & 2 deletions examples/amazonka-examples.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: amazonka-examples
version: 1.4.3
version: 1.4.4
synopsis: Basic examples for various amazonka libraries.
homepage: https://github.com/brendanhay/amazonka
license: OtherLicense
Expand All @@ -26,7 +26,7 @@ library
, Example.SQS

build-depends:
amazonka == 1.4.3.*
amazonka == 1.4.4.*
, amazonka-apigateway
, amazonka-core
, amazonka-dynamodb
Expand Down
2 changes: 1 addition & 1 deletion gen/amazonka-gen.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: amazonka-gen
version: 1.4.3
version: 1.4.4
synopsis: Amazonka Code Generator
homepage: https://github.com/brendanhay/amazonka
license: OtherLicense
Expand Down
4 changes: 2 additions & 2 deletions test/amazonka-test.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: amazonka-test
version: 1.4.3
version: 1.4.4
synopsis: Common functionality for Amazonka library test-suites.
homepage: https://github.com/brendanhay/amazonka
bug-reports: https://github.com/brendanhay/amazonka/issues
Expand Down Expand Up @@ -37,7 +37,7 @@ library

build-depends:
aeson >= 0.8
, amazonka-core == 1.4.3.*
, amazonka-core == 1.4.4.*
, base >= 4.7 && < 5
, bifunctors >= 4.1
, bytestring >= 0.9
Expand Down

0 comments on commit 6393d4a

Please sign in to comment.