5HT 3 years ago
parent
commit
f48e36973a
2 changed files with 2 additions and 2 deletions
  1. 1 1
      mix.exs
  2. 1 1
      src/nitro.app.src

+ 1 - 1
mix.exs

@@ -26,6 +26,6 @@ defmodule NITRO.Mixfile do
   end
   end
 
 
   def deps do
   def deps do
-    [{:ex_doc, "~> 0.11", only: :dev}]
+    [{:ex_doc, ">= 0.0.0", only: :dev}]
   end
   end
 end
 end

+ 1 - 1
src/nitro.app.src

@@ -1,6 +1,6 @@
 {application, nitro, [
 {application, nitro, [
     {description,  "NITRO Nitrogen Web Framework"},
     {description,  "NITRO Nitrogen Web Framework"},
-    {vsn,          "7.1.0"},
+    {vsn,          "7.4.0"},
     {applications, [kernel, stdlib]},
     {applications, [kernel, stdlib]},
     {modules, []},
     {modules, []},
     {registered,   []},
     {registered,   []},