Skip to content

Commit

Permalink
Vesion 4.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
andersfugmann committed Apr 22, 2019
1 parent e6a8ce2 commit 163e0ee
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions aws-s3-async.opam
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
opam-version: "2.0"
maintainer: "Anders Fugmann <[email protected]>"
authors: "Anders Fugmann"
version: "4.3.0"
version: "4.4.0"
license: "BSD-3"
homepage: "https://github.com/andersfugmann/aws-s3"
dev-repo: "git+https://github.com/andersfugmann/aws-s3"
Expand All @@ -12,9 +12,9 @@ build: [
["dune" "build" "-p" name "-j" jobs]
]
depends: [
"ocaml" {>= "4.04.0"}
"ocaml" {>= "4.05.0"}
"dune" {build}
"aws-s3" {= "4.3.0" }
"aws-s3" {= "4.4.0" }
"async_kernel" {>= "v0.9.0"}
"async_unix" {>= "v0.9.0"}
"conduit-async"
Expand Down
6 changes: 3 additions & 3 deletions aws-s3-lwt.opam
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
opam-version: "2.0"
maintainer: "Anders Fugmann <[email protected]>"
authors: "Anders Fugmann"
version: "4.3.0"
version: "4.4.0"
license: "BSD-3"
homepage: "https://github.com/andersfugmann/aws-s3"
dev-repo: "git+https://github.com/andersfugmann/aws-s3"
Expand All @@ -11,9 +11,9 @@ build: [
["dune" "build" "-p" name "-j" jobs]
]
depends: [
"ocaml" {>= "4.04.0"}
"ocaml" {>= "4.05.0"}
"dune" {build}
"aws-s3" {= "4.3.0" }
"aws-s3" {= "4.4.0" }
"lwt"
"conduit-lwt-unix"
]
Expand Down
2 changes: 1 addition & 1 deletion aws-s3.opam
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
opam-version: "2.0"
maintainer: "Anders Fugmann <[email protected]>"
authors: "Anders Fugmann"
version: "4.3.0"
version: "4.4.0"
license: "BSD-3"
homepage: "https://github.com/andersfugmann/aws-s3"
dev-repo: "git+https://github.com/andersfugmann/aws-s3"
Expand Down

0 comments on commit 163e0ee

Please sign in to comment.