Browse Source

Update rebar to 2.5.0

Takeru Ohta 11 years ago
parent
commit
67a1b09ce3
3 changed files with 2 additions and 1 deletions
  1. 1 0
      .gitignore
  2. BIN
      rebar
  3. 1 1
      src/jsone.app.src

+ 1 - 0
.gitignore

@@ -9,3 +9,4 @@ deps
 doc/*
 !doc/overview.edoc
 !doc/*.md
+.rebar

BIN
rebar


+ 1 - 1
src/jsone.app.src

@@ -2,7 +2,7 @@
 {application, jsone,
  [
   {description, "Erlang JSON Library"},
-  {vsn, "0.2.2"},
+  {vsn, git},
   {registered, []},
   {applications, [
                   kernel,