Skip to content

Commit

Permalink
bugfix: wrong namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
emil0r committed Nov 22, 2019
1 parent 3a64b61 commit 41932e0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion project.clj
@@ -1,4 +1,4 @@
(defproject reverie-batteries "0.8.0"
(defproject reverie-batteries "0.8.1"

:description "Batteries for reverie"

Expand Down
2 changes: 1 addition & 1 deletion src/reverie/batteries/modules/faq.clj
@@ -1,4 +1,4 @@
(ns ra.modules.faq
(ns reverie.batteries.modules.faq
(:require [ez-database.core :as db]
[ez-web.breadcrumbs :refer [crumb]]
[ez-web.uri :refer [join-uri]]
Expand Down
2 changes: 1 addition & 1 deletion src/reverie/batteries/objects/faq.clj
@@ -1,4 +1,4 @@
(ns ra.objects.faq
(ns reverie.batteries.objects.faq
(:require [ez-database.core :as db]
[reverie.core :refer [defobject defrenderer]]))

Expand Down

0 comments on commit 41932e0

Please sign in to comment.