From 9ac0600019c8b417ea421ae8ba673cbf2bd7478c Mon Sep 17 00:00:00 2001 From: Yann Esposito Date: Fri, 26 Sep 2014 15:51:51 +0200 Subject: [PATCH] pass to 0.1.0 version --- index.html | 51 +++++++++++++++++++++++++++++++++++++++++++++++++++ project.clj | 2 +- 2 files changed, 52 insertions(+), 1 deletion(-) create mode 100644 index.html diff --git a/index.html b/index.html new file mode 100644 index 0000000..118d467 --- /dev/null +++ b/index.html @@ -0,0 +1,51 @@ + + + + + + +HERE + + diff --git a/project.clj b/project.clj index e46248e..dc7eb31 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject fuck-cors "0.1.0-SNAPSHOT" +(defproject fuck-cors "0.1.0" :description "Fuck CORS and open all to everyone" :url "http://github.com/yogsototh/fuck-cors" :license {:name "MIT"