Namdak Tonpa 6 years ago
parent
commit
5cd90db76f
4 changed files with 4 additions and 4 deletions
  1. 1 1
      include/mad.hrl
  2. BIN
      mad
  3. 1 1
      mix.exs
  4. 2 2
      src/mad.app.src

+ 1 - 1
include/mad.hrl

@@ -1 +1 @@
--define(VERSION,"04de77").
+-define(VERSION,"6f6474").

BIN
mad


+ 1 - 1
mix.exs

@@ -3,7 +3,7 @@ defmodule MAD.Mixfile do
 
 
   def project do
   def project do
     [app: :mad,
     [app: :mad,
-     version: "2.10.0",
+     version: "4.10.0",
      description: "Small and fast rebar replacement",
      description: "Small and fast rebar replacement",
      package: package]
      package: package]
   end
   end

+ 2 - 2
src/mad.app.src

@@ -1,6 +1,6 @@
 {application, mad,
 {application, mad,
- [{description, "MAD Managing Dependencies"},
-  {vsn, "2.10"},
+ [{description, "MAD Manage Dependencies"},
+  {vsn, "4.10"},
   {registered, []},
   {registered, []},
   {applications, [kernel,stdlib,inets]},
   {applications, [kernel,stdlib,inets]},
   {env, []}]}.
   {env, []}]}.