We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 449371a commit 6b6061bCopy full SHA for 6b6061b
Makefile
@@ -1,10 +1,10 @@
1
PROJECT = aihtml
2
PROJECT_DESCRIPTION = html tool for productions from ailink.io
3
-PROJECT_VERSION = 0.2.3
+PROJECT_VERSION = 0.2.4
4
5
ERLC_OPTS = -Werror +debug_info +warn_export_vars +warn_shadow_vars +warn_obsolete_guard
6
DEPS = ailib
7
8
-dep_ailib = git https://github.com/DavidAlphaFox/ailib.git tag-0.3.0
+dep_ailib = git https://github.com/DavidAlphaFox/ailib.git tag-0.3.6
9
10
include erlang.mk
0 commit comments