From 8d80d374f2ca173a4ad24095f15311eb30d401d3 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Thu, 13 Sep 2018 23:00:54 +0000 Subject: [PATCH] apex: Update to version 1.0.0-rc3 --- apex.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/apex.json b/apex.json index c0c869a984..05caf3ffbb 100644 --- a/apex.json +++ b/apex.json @@ -2,15 +2,15 @@ "description": "Lets you build, deploy, and manage AWS Lambda functions.", "homepage": "http://apex.run/", "license": "MIT", - "version": "1.0.0-rc4", + "version": "1.0.0-rc3", "architecture": { "64bit": { - "url": "https://github.com/apex/apex/releases/download/v1.0.0-rc4/apex_1.0.0-rc4_windows_amd64.tar.gz", - "hash": "6565cedc1e318a40e56b9405bb0b5f85cbc37743ca6e7859ff173303065e58cf" + "url": "https://github.com/apex/apex/releases/download/v1.0.0-rc3/apex_1.0.0-rc3_windows_amd64.tar.gz", + "hash": "0922b7760a5d2a5f1f36006834693680ad6398436cb019c1be410aa87a1efbe5" }, "32bit": { - "url": "https://github.com/apex/apex/releases/download/v1.0.0-rc4/apex_1.0.0-rc4_windows_386.tar.gz", - "hash": "064dfc9d22e9c95e66892d8189ee94b97f32e7cf70e8c38751cff63725f4f04d" + "url": "https://github.com/apex/apex/releases/download/v1.0.0-rc3/apex_1.0.0-rc3_windows_386.tar.gz", + "hash": "b7c3d48216304d90a2d3b714672caaa377b18f84f1c32dcd0464d53c51b82607" } }, "notes": "This is a pre-release version (release candidate)!",