Skip to content

Commit 7e6b432

Browse files
committed
11.4.1
1 parent 43c7970 commit 7e6b432

File tree

6 files changed

+10
-8
lines changed

6 files changed

+10
-8
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
DHARMA License
22

3-
Copyright (c) 2015—2022 Synrc Research
3+
Copyright (c) 2015—2025 Synrc Research
44

55
Permission to use, copy, modify, and/or distribute this software for any
66
purpose with or without fee is hereby granted, provided that the above

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,5 +48,6 @@ Credits
4848
* Vladimir Kirillov
4949
* Maxim Sokhatsky
5050
* Dominic Letz
51+
* Dominic Letz
5152

5253
OM A HUM

index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,16 +22,16 @@ <h1>FS</h1>
2222
<section>
2323
<h3>SYNOPSIS</h3>
2424
<div>FS is a native file system listener for Windows, Linux and Mac
25-
which is using by both Elixir and Synrc communities.</div><br/>
25+
which is using by both Elixir and Erlang communities.</div><br/>
2626
<figure><code> $ mad get fs</code></figure>
2727
</section>
2828
<section>
2929
<h3>MODULES</h3>
3030
<div><ul><li><a href="https://github.com/thibaudgg/rb-fsevent">fsevent</a> (Mac)</li><li><a href="https://github.com/rvoicilas/inotify-tools/wiki">inotify</a> (Linux)</li><li><a href="https://github.com/thekid/inotify-win">inotify-win</a> (Windows)</li></ul></div>
3131
<br />
3232
<div>
33-
NOV 2021 © <a href="https://github.com/proger">proger</a> ISC<br />
34-
VER 7.11 6.1 4.10
33+
APR 2025 © <a href="https://github.com/proger">proger</a> ISC<br />
34+
VER 11.4.1 7.11 6.1
3535
</div>
3636
</section>
3737
</article>

mix.exs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ defmodule FS.Mixfile do
33

44
def project do
55
[app: :fs,
6-
version: "8.6.1",
6+
version: "11.4.1",
77
description: "FS Native Listener (Mac Windows Linux)",
88
elixir: "~> 1.9",
99
deps: deps(),
@@ -15,7 +15,7 @@ defmodule FS.Mixfile do
1515
defp package do
1616
[name: :fs,
1717
files: ["include", "priv", "src", "c_src", "LICENSE", "README.md", "rebar.config"],
18-
maintainers: ["Vladimir Kirillov", "Namdak Tonpa"],
18+
maintainers: ["Namdak Tonpa"],
1919
licenses: ["MIT"],
2020
links: %{"GitHub" => "https://github.com/synrc/fs"}]
2121
end

rebar.config

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
{clean, {pc, clean}}
2020
]}
2121
]}.
22+
2223
%{pre_hooks, [
2324
% {"win32", compile, "make -f c_src/windows/Makefile"},
2425
% {"win32", clean, "make -f c_src/windows/Makefile clean"}

src/fs.app.src

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{application, fs,
22
[{description, "FS Native Listener (Mac Windows Linux)"},
3-
{vsn, "8.6.1"},
3+
{vsn, "11.4.1"},
44
{registered, []},
55
{applications, [kernel,stdlib]},
66
{mod, { fs_app, []}},
77
{env, [ {backwards_compatible, true} ]},
8-
{maintainers,["Maxim Sokhatsky", "Vladimir Kirillov"]},
8+
{maintainers,["Maxim Sokhatsky"]},
99
{licenses, ["ISC"]},
1010
{links,[{"Github","https://github.com/synrc/fs"}]}
1111
]}.

0 commit comments

Comments
 (0)