Skip to content

Commit

Permalink
release: 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
seliopou committed Mar 21, 2016
1 parent 105f109 commit 6fb7fcb
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.0
Version: 1.0.1
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: 55a277d8424bcb1cbf23575f6be8281e)
version = "1.0.0"
# DO NOT EDIT (digest: 94ec730574e6037147b99f7d1edbd8a8)
version = "1.0.1"
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.0"
version = "1.0.1"
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.0"
version = "1.0.1"
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: 9dbe4ec44621ecb19197072aaefd9f45) *)
(* DO NOT EDIT (digest: 7fde9bdf356aa3eb5919dc5dabd5da45) *)
(*
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.0";
version = "1.0.1";
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 "\129u\128\218i\237\002\181\158\016\006]\133<#>";
oasis_digest = Some "J2^\t\202\234{\021qA\157Qf\189\154\242";
oasis_exec = None;
oasis_setup_args = [];
setup_update = false
Expand Down

0 comments on commit 6fb7fcb

Please sign in to comment.