瀏覽代碼

Bump to alpha-2

pull/297/head alpha-2
Fred Hebert 10 年之前
父節點
當前提交
61455c04d0
共有 2 個檔案被更改,包括 2 行新增2 行删除
  1. +1
    -1
      README.md
  2. +1
    -1
      src/rebar.app.src

+ 1
- 1
README.md 查看文件

@ -13,7 +13,7 @@ configuration work. rebar also provides dependency management, enabling
application writers to easily re-use common libraries from a variety of application writers to easily re-use common libraries from a variety of
locations (git, hg, etc). locations (git, hg, etc).
3.0 Alpha-1
3.0 Alpha-2
==== ====
[DOCUMENTATION](http://www.rebar3.org/v3.0/docs) [DOCUMENTATION](http://www.rebar3.org/v3.0/docs)

+ 1
- 1
src/rebar.app.src 查看文件

@ -3,7 +3,7 @@
{application, rebar, {application, rebar,
[{description, "Rebar: Erlang Build Tool"}, [{description, "Rebar: Erlang Build Tool"},
{vsn, "3.0.0-alpha-1"},
{vsn, "3.0.0-alpha-2"},
{modules, []}, {modules, []},
{registered, []}, {registered, []},
{applications, [kernel, {applications, [kernel,

Loading…
取消
儲存