Takeru Ohta 2 years ago
parent
commit
2275dc5411
1 changed files with 8 additions and 8 deletions
  1. 8 8
      src/jsone.app.src

+ 8 - 8
src/jsone.app.src

@@ -1,8 +1,8 @@
-{application, jsone,
- [{description, "Erlang JSON Library"},
-  {vsn, "1.7.0"},
-  {registered, []},
-  {applications, [kernel, stdlib]},
-  {licenses, ["MIT"]},
-  {links, [{"GitHub", "https://github.com/sile/jsone"}]},
-  {env, []}]}.
+{application,jsone,
+             [{description,"Erlang JSON Library"},
+              {vsn,"1.8.0"},
+              {registered,[]},
+              {applications,[kernel,stdlib]},
+              {licenses,["MIT"]},
+              {links,[{"GitHub","https://github.com/sile/jsone"}]},
+              {env,[]}]}.