@@ -1,6 +1,6 @@
{
"name": "cloudflare-webui",
- "version": "0.1.5",
+ "version": "0.1.6",
"description": "Rudimentary CloudFlare WebUI",
"main": "server.js",
"dependencies": {
[root]
name = "cloudflare-webui"
-version = "0.1.5"
+version = "0.1.6"
dependencies = [
"hyper 0.9.3 (registry+https://github.com/rust-lang/crates.io-index)",
"mime 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
[package]
authors = ["Thomas Dy <thatsmydoing@gmail.com>"]
[dependencies]
@@ -1,7 +1,7 @@
.phony: clean
OPENSSL_VER ?= 1.0.2j
-WEBUI_VER ?= 0.1.5
+WEBUI_VER ?= 0.1.6
BUILD_DIR = /tmp/openssl-static-build
OPENSSL_PKG = openssl-$(OPENSSL_VER).tar.gz