Skip to content

Commit d6a1c64

Browse files
committed
release: 1.0.2
1 parent d7af1b0 commit d6a1c64

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.1
3+
Version: 1.0.2
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: 94ec730574e6037147b99f7d1edbd8a8)
3-
version = "1.0.1"
2+
# DO NOT EDIT (digest: 11d01ef4347ddb64373887ce8981ee06)
3+
version = "1.0.2"
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.1"
12+
version = "1.0.2"
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.1"
23+
version = "1.0.2"
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: 7fde9bdf356aa3eb5919dc5dabd5da45) *)
4+
(* DO NOT EDIT (digest: 6be94ba9e70c7172fa3a9e151b0a412f) *)
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.1";
6692+
version = "1.0.2";
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 "J2^\t\202\234{\021qA\157Qf\189\154\242";
6990+
oasis_digest = Some "\031$4\136\200\191\211\169ukQ)-hI\025";
69916991
oasis_exec = None;
69926992
oasis_setup_args = [];
69936993
setup_update = false

0 commit comments

Comments
 (0)