Browse Source

Update version to 1.1.0

Takeru Ohta 9 years ago
parent
commit
6cd2fe0380
1 changed files with 9 additions and 12 deletions
  1. 9 12
      src/jsone.app.src

+ 9 - 12
src/jsone.app.src

@@ -1,12 +1,9 @@
-%% -*- erlang -*-
-{application, jsone,
- [
-  {description, "Erlang JSON Library"},
-  {vsn, "1.0.2"},
-  {registered, []},
-  {applications, [kernel, stdlib]},
-  {contributors, ["Takeru Ohta"]},
-  {licenses, ["MIT"]},
-  {links, [{"GitHub","https://github.com/sile/jsone"}]},
-  {env, []}
- ]}.
+{application,jsone,
+             [{description,"Erlang JSON Library"},
+              {vsn,"1.1.0"},
+              {registered,[]},
+              {applications,[kernel,stdlib]},
+              {contributors,["Takeru Ohta"]},
+              {licenses,["MIT"]},
+              {links,[{"GitHub","https://github.com/sile/jsone"}]},
+              {env,[]}]}.