diff --git a/.travis.yml b/.travis.yml index 8b4fd72..b1a1654 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,6 +2,10 @@ language: erlang sudo: false otp_release: # Test on all supported releases + - 20.0 + - 19.3 + - 19.2 + - 19.1 - 19.0 - 18.3 - 18.2.1 diff --git a/src/aleppo.app.src b/src/aleppo.app.src index eab72c9..a6d1b26 100644 --- a/src/aleppo.app.src +++ b/src/aleppo.app.src @@ -1,7 +1,7 @@ %% -*- mode: erlang -*- {application, aleppo, [{description, "Aleppo: ALternative Erlang Pre-ProcessOr"}, - {vsn, "0.9.1"}, + {vsn, "0.9.2"}, {modules, []}, {applications, [kernel, stdlib]}, {registered, []},