Browse Source

Release version 0.1.6

Thomas Dy 7 years ago
parent
commit
7b12e659cd
4 changed files with 4 additions and 4 deletions
  1. 1 1
      package.json
  2. 1 1
      rust-server/Cargo.lock
  3. 1 1
      rust-server/Cargo.toml
  4. 1 1
      rust-server/Makefile

+ 1 - 1
package.json

@@ -1,6 +1,6 @@
 {
   "name": "cloudflare-webui",
-  "version": "0.1.5",
+  "version": "0.1.6",
   "description": "Rudimentary CloudFlare WebUI",
   "main": "server.js",
   "dependencies": {

+ 1 - 1
rust-server/Cargo.lock

@@ -1,6 +1,6 @@
 [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)",

+ 1 - 1
rust-server/Cargo.toml

@@ -1,6 +1,6 @@
 [package]
 name = "cloudflare-webui"
-version = "0.1.5"
+version = "0.1.6"
 authors = ["Thomas Dy <thatsmydoing@gmail.com>"]
 
 [dependencies]

+ 1 - 1
rust-server/Makefile

@@ -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