Skip to content

Commit 6fb7fcb

Browse files
committed
release: 1.0.1
1 parent 105f109 commit 6fb7fcb

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

_oasis

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
OASISFormat: 0.4
22
Name: aws
3-
Version: 1.0.0
3+
Version: 1.0.1
44
Synopsis: Amazon Web Services SDK
55
Description: ocaml-aws is an Amazon Web Services SDK for OCaml. Its source distribution
66
includes a core runtime API and a code generation tool that generates

lib/META

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# OASIS_START
2-
# DO NOT EDIT (digest: 55a277d8424bcb1cbf23575f6be8281e)
3-
version = "1.0.0"
2+
# DO NOT EDIT (digest: 94ec730574e6037147b99f7d1edbd8a8)
3+
version = "1.0.1"
44
description = "Amazon Web Services SDK"
55
requires = "ezxmlm nocrypto calendar uri"
66
archive(byte) = "aws.cma"
@@ -9,7 +9,7 @@ archive(native) = "aws.cmxa"
99
archive(native, plugin) = "aws.cmxs"
1010
exists_if = "aws.cma"
1111
package "lwt" (
12-
version = "1.0.0"
12+
version = "1.0.1"
1313
description = "Amazon Web Services SDK"
1414
requires = "aws cohttp.lwt lwt ssl"
1515
archive(byte) = "aws_lwt.cma"
@@ -20,7 +20,7 @@ package "lwt" (
2020
)
2121

2222
package "async" (
23-
version = "1.0.0"
23+
version = "1.0.1"
2424
description = "Amazon Web Services SDK"
2525
requires = "aws cohttp.async async async_ssl threads"
2626
archive(byte) = "aws_async.cma"

setup.ml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
(* setup.ml generated for the first time by OASIS v0.4.5 *)
22

33
(* OASIS_START *)
4-
(* DO NOT EDIT (digest: 9dbe4ec44621ecb19197072aaefd9f45) *)
4+
(* DO NOT EDIT (digest: 7fde9bdf356aa3eb5919dc5dabd5da45) *)
55
(*
66
Regenerated by OASIS v0.4.5
77
Visit http://oasis.forge.ocamlcore.org for more information and
@@ -6689,7 +6689,7 @@ let setup_t =
66896689
alpha_features = [];
66906690
beta_features = [];
66916691
name = "aws";
6692-
version = "1.0.0";
6692+
version = "1.0.1";
66936693
license =
66946694
OASISLicense.DEP5License
66956695
(OASISLicense.DEP5Unit
@@ -6987,7 +6987,7 @@ let setup_t =
69876987
};
69886988
oasis_fn = Some "_oasis";
69896989
oasis_version = "0.4.5";
6990-
oasis_digest = Some "\129u\128\218i\237\002\181\158\016\006]\133<#>";
6990+
oasis_digest = Some "J2^\t\202\234{\021qA\157Qf\189\154\242";
69916991
oasis_exec = None;
69926992
oasis_setup_args = [];
69936993
setup_update = false

0 commit comments

Comments
 (0)