Skip to content

Commit

Permalink
bump version to 0.1.2
Browse files Browse the repository at this point in the history
Chrome extension manifest file must not contain SNAPSHOT.
  • Loading branch information
darwin committed Jan 27, 2016
1 parent cea1773 commit 607c165
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject binaryage/dirac "0.1.2-SNAPSHOT"
(defproject binaryage/dirac "0.1.2"
:description "Dirac DevTools - a Chrome DevTools fork for ClojureScript developers."
:url "https://github.com/binaryage/dirac"
:license {:name "MIT License"
Expand Down
2 changes: 1 addition & 1 deletion resources/release/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"short_name": "Dirac",
"name": "Dirac DevTools",
"version": "0.1.2-SNAPSHOT",
"version": "0.1.2",
"browser_action": {
"default_title": "Open Dirac DevTools",
"default_icon": {
Expand Down
2 changes: 1 addition & 1 deletion resources/unpacked/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
{
"short_name": "Dirac",
"name": "Dirac DevTools",
"version": "0.1.2-SNAPSHOT",
"version": "0.1.2",
"browser_action": {
"default_title": "Click to open Dirac DevTools",
"default_icon": {
Expand Down
2 changes: 1 addition & 1 deletion src/project/dirac/version.clj
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
; but with leiningen design it is non-trivial
; the problem is when dirac is used as a checkouts dependency

(def version "0.1.2-SNAPSHOT")
(def version "0.1.2")

0 comments on commit 607c165

Please sign in to comment.