Skip to content

Commit

Permalink
release: 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
seliopou committed Mar 27, 2016
1 parent d7af1b0 commit d6a1c64
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion _oasis
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
OASISFormat: 0.4
Name: aws
Version: 1.0.1
Version: 1.0.2
Synopsis: Amazon Web Services SDK
Description: ocaml-aws is an Amazon Web Services SDK for OCaml. Its source distribution
includes a core runtime API and a code generation tool that generates
Expand Down
8 changes: 4 additions & 4 deletions lib/META
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# OASIS_START
# DO NOT EDIT (digest: 94ec730574e6037147b99f7d1edbd8a8)
version = "1.0.1"
# DO NOT EDIT (digest: 11d01ef4347ddb64373887ce8981ee06)
version = "1.0.2"
description = "Amazon Web Services SDK"
requires = "ezxmlm nocrypto calendar uri"
archive(byte) = "aws.cma"
Expand All @@ -9,7 +9,7 @@ archive(native) = "aws.cmxa"
archive(native, plugin) = "aws.cmxs"
exists_if = "aws.cma"
package "lwt" (
version = "1.0.1"
version = "1.0.2"
description = "Amazon Web Services SDK"
requires = "aws cohttp.lwt lwt ssl"
archive(byte) = "aws_lwt.cma"
Expand All @@ -20,7 +20,7 @@ package "lwt" (
)

package "async" (
version = "1.0.1"
version = "1.0.2"
description = "Amazon Web Services SDK"
requires = "aws cohttp.async async async_ssl threads"
archive(byte) = "aws_async.cma"
Expand Down
6 changes: 3 additions & 3 deletions setup.ml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
(* setup.ml generated for the first time by OASIS v0.4.5 *)

(* OASIS_START *)
(* DO NOT EDIT (digest: 7fde9bdf356aa3eb5919dc5dabd5da45) *)
(* DO NOT EDIT (digest: 6be94ba9e70c7172fa3a9e151b0a412f) *)
(*
Regenerated by OASIS v0.4.5
Visit http://oasis.forge.ocamlcore.org for more information and
Expand Down Expand Up @@ -6689,7 +6689,7 @@ let setup_t =
alpha_features = [];
beta_features = [];
name = "aws";
version = "1.0.1";
version = "1.0.2";
license =
OASISLicense.DEP5License
(OASISLicense.DEP5Unit
Expand Down Expand Up @@ -6987,7 +6987,7 @@ let setup_t =
};
oasis_fn = Some "_oasis";
oasis_version = "0.4.5";
oasis_digest = Some "J2^\t\202\234{\021qA\157Qf\189\154\242";
oasis_digest = Some "\031$4\136\200\191\211\169ukQ)-hI\025";
oasis_exec = None;
oasis_setup_args = [];
setup_update = false
Expand Down

0 comments on commit d6a1c64

Please sign in to comment.