diff --git a/README.md b/README.md index 6531856..10c572b 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ With Cookie Aware Cors Proxy, you can call a website not supporting CORS from yo - Two engines: a lightweight and one based on chrome to support websites running javascript -**Shipped version:** 1.1.11~ynh1 +**Shipped version:** 1.2.0~ynh1 ## Screenshots diff --git a/README_fr.md b/README_fr.md index ce8c6b3..c00a3ad 100644 --- a/README_fr.md +++ b/README_fr.md @@ -27,7 +27,7 @@ With Cookie Aware Cors Proxy, you can call a website not supporting CORS from yo - Two engines: a lightweight and one based on chrome to support websites running javascript -**Version incluse :** 1.1.11~ynh1 +**Version incluse :** 1.2.0~ynh1 ## Captures d’écran diff --git a/conf/amd64.src b/conf/amd64.src index e7c8f4b..91b798c 100644 --- a/conf/amd64.src +++ b/conf/amd64.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/gcollin/cookie-aware-cors-proxy/releases/download/v1.1.11/cookie-aware-cors-proxy.tgz -SOURCE_SUM=93a2564a9d244c0087a8103f68be31ef48d592180f37dd3e496feb438cc7e1c8 +SOURCE_URL=https://github.com/gcollin/cookie-aware-cors-proxy/releases/download/v1.2.0/cookie-aware-cors-proxy.tgz +SOURCE_SUM=4bd56d8cb767207dd391b2de6cafd0dcac1595c6435f5bc305728241b7512296 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true diff --git a/manifest.json b/manifest.json index cb23a3f..4b9eb4f 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "An advanced https proxy allowing you to call other websites from your own web application.", "fr": "Un proxy https avancé vous permettant d'appeler d'autres sites depuis votre propre application web." }, - "version": "1.1.11~ynh1", + "version": "1.2.0~ynh1", "url": "https://github.com/gcollin/cookie-aware-cors-proxy", "upstream": { "license": "MIT",