From e4dff424befa076d27f71b5330a3eec8b26282e9 Mon Sep 17 00:00:00 2001 From: Simon Brooke Date: Sun, 27 Jul 2014 14:16:14 +0100 Subject: [PATCH] Upversioned from 0.1.2 to 0.1.3-SNAPSHOT --- project.clj | 8 ++++---- resources/public/docs/mw-ui/uberdoc.html | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/project.clj b/project.clj index a54dc4a..65ea289 100644 --- a/project.clj +++ b/project.clj @@ -1,17 +1,17 @@ -(defproject mw-ui "0.1.2" +(defproject mw-ui "0.1.3-SNAPSHOT" :description "Web-based user interface for MicroWorld" :url "http://www.journeyman.cc/microworld" :manifest { ;; do not reformat this! It is important for the buildall script ;; that each of these properties is on a line with nothing else. - "build-signature-version" "0.1.2" + "build-signature-version" "0.1.3-SNAPSHOT" "build-signature-user" "Simon Brooke" "build-signature-email" "simon@journeyman.cc" "build-signature-timestamp" "2014-07-27 11:55:34+01:00" } :dependencies [[org.clojure/clojure "1.6.0"] - [mw-engine "0.1.2"] - [mw-parser "0.1.2"] + [mw-engine "0.1.3-SNAPSHOT"] + [mw-parser "0.1.3-SNAPSHOT"] [lib-noir "0.8.4"] [ring-server "0.3.1"] [selmer "0.6.8"] diff --git a/resources/public/docs/mw-ui/uberdoc.html b/resources/public/docs/mw-ui/uberdoc.html index 5b39a30..d14c628 100644 --- a/resources/public/docs/mw-ui/uberdoc.html +++ b/resources/public/docs/mw-ui/uberdoc.html @@ -3028,8 +3028,8 @@ net.brehaut.ClojureTools = (function (SH) { build_tree: build_tree }; })(SyntaxHighlighter); -mw-ui -- Marginalia

mw-ui

0.1.2


Web-based user interface for MicroWorld

-

dependencies

org.clojure/clojure
1.6.0
mw-engine
0.1.2
mw-parser
0.1.2
lib-noir
0.8.4
ring-server
0.3.1
selmer
0.6.8
com.taoensso/timbre
3.2.1
com.taoensso/tower
2.0.2
markdown-clj
0.9.44
environ
0.5.0
noir-exception
0.2.2



(this space intentionally left almost blank)
 
+mw-ui -- Marginalia

mw-ui

0.1.3-SNAPSHOT


Web-based user interface for MicroWorld

+

dependencies

org.clojure/clojure
1.6.0
mw-engine
0.1.3-SNAPSHOT
mw-parser
0.1.3-SNAPSHOT
lib-noir
0.8.4
ring-server
0.3.1
selmer
0.6.8
com.taoensso/timbre
3.2.1
com.taoensso/tower
2.0.2
markdown-clj
0.9.44
environ
0.5.0
noir-exception
0.2.2



(this space intentionally left almost blank)
 
(ns mw-ui.handler
   (:require [compojure.core :refer [defroutes]]
             [mw-ui.routes.home :refer [home-routes]]