221V 3 лет назад
Родитель
Сommit
f9a2b80725
2 измененных файлов с 11 добавлено и 1 удалено
  1. 10 0
      CHANGELOG.md
  2. 1 1
      src/n2o.app.src

+ 10 - 0
CHANGELOG.md

@@ -0,0 +1,10 @@
+### Versions history
+
+##### 4.4
+original [v4.4 tag](https://github.com/synrc/n2o/tree/refs/tags/4.4) from [https://github.com/synrc/n2o](https://github.com/synrc/n2o) by [@5HT](https://github.com/5HT)  
+
+##### 4.4.20
+erl 20.0 - fix warnings  
+js for debug, additional fields for ftp  
+
+

+ 1 - 1
src/n2o.app.src

@@ -1,6 +1,6 @@
 {application, n2o, [
     {description,  "N2O WebSocket Application Server"},
-    {vsn,          "4.4"},
+    {vsn,          "4.4.20"},
     {applications, [kernel, stdlib, cowboy]},
     {modules, []},
     {registered,   []},