Skip to content

Commit ec3806e

Browse files
committed
release: aws.1.0.0
1 parent 02b2f35 commit ec3806e

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
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: 0.1.0
3+
Version: 1.0.0
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: 9b75f60ef7dc897a943b5e80420d5077)
3-
version = "0.1.0"
2+
# DO NOT EDIT (digest: 8c6d649992d2e768ebd58da8ae67e086)
3+
version = "1.0.0"
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 = "0.1.0"
12+
version = "1.0.0"
1313
description = "Amazon Web Services SDK"
1414
requires = "aws cohttp.lwt-core lwt ssl"
1515
archive(byte) = "aws_lwt.cma"
@@ -20,7 +20,7 @@ package "lwt" (
2020
)
2121

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

opam/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
opam-version: "1.2"
22
name: "aws"
3-
version: "0.1.0"
3+
version: "1.0.0"
44
maintainer: "Spiros Eliopoulos <[email protected]>"
55
authors: [ "Spiros Eliopoulos <[email protected]>"
66
"Daniel Patterson <[email protected]>" ]

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: 1a1e3e605e00ff436bc49942447ebb2c) *)
4+
(* DO NOT EDIT (digest: 8fc121e2c341536b382fb4e00ead38b6) *)
55
(*
66
Regenerated by OASIS v0.4.5
77
Visit http://oasis.forge.ocamlcore.org for more information and
@@ -6683,7 +6683,7 @@ let setup_t =
66836683
alpha_features = [];
66846684
beta_features = [];
66856685
name = "aws";
6686-
version = "0.1.0";
6686+
version = "1.0.0";
66876687
license =
66886688
OASISLicense.DEP5License
66896689
(OASISLicense.DEP5Unit
@@ -6964,7 +6964,7 @@ let setup_t =
69646964
};
69656965
oasis_fn = Some "_oasis";
69666966
oasis_version = "0.4.5";
6967-
oasis_digest = Some "Zh@\207\244s\224\208V\170\012\170\168u\164\156";
6967+
oasis_digest = Some "\161[r\012\210\237\163|\238\026\179-\194\197\132r";
69686968
oasis_exec = None;
69696969
oasis_setup_args = [];
69706970
setup_update = false

0 commit comments

Comments
 (0)