Skip to content

Commit

Permalink
Modified for v1.3.41
Browse files Browse the repository at this point in the history
  • Loading branch information
yosukehara committed May 31, 2020
1 parent ea0c286 commit 139a3d8
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ notifications:
otp_release:
- 19.3
- 20.3
- 21.0
- 21.3
- 22.2
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# leo_object_storage


[![Build Status](https://secure.travis-ci.org/leo-project/leo_object_storage.png?branch=develop)](http://travis-ci.org/leo-project/leo_object_storage)

## Overview
Expand Down
8 changes: 4 additions & 4 deletions rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
%% Leo Object Storage
%%
%% Copyright (c) 2012-2018 Rakuten, Inc.
%% Copyright (c) 2019 Lions Data, Ltd.
%% Copyright (c) 2019-2020 Lions Data, Ltd.
%%
%% This file is provided to you under the Apache License,
%% Version 2.0 (the "License"); you may not use this file
Expand All @@ -21,11 +21,11 @@
%% under the License.
%%
%%======================================================================
{require_otp_vsn, "19|20|21"}.
{require_otp_vsn, "19|20|21|22"}.

{deps, [
{leo_backend_db, ".*", {git, "https://github.com/leo-project/leo_backend_db.git", {tag, "2.0.1"}}},
{leo_logger, ".*", {git, "https://github.com/leo-project/leo_logger.git", {tag, "1.3.8"}}}
{leo_backend_db, ".*", {git, "https://github.com/leo-project/leo_backend_db.git", {tag, "2.0.2"}}},
{leo_logger, ".*", {git, "https://github.com/leo-project/leo_logger.git", {tag, "1.3.9"}}}
]}.

{erl_opts, [{d, 'NOTEST'},
Expand Down
2 changes: 1 addition & 1 deletion replace_otp_vsn.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#!/bin/sh
find . -name rebar.config|xargs sed -i 's/require_otp_vsn,\s\+"\(.\+\)"/require_otp_vsn, "19|20|21"/g'
find . -name rebar.config|xargs sed -i 's/require_otp_vsn,\s\+"\(.\+\)"/require_otp_vsn, "19|20|21|22"/g'
2 changes: 1 addition & 1 deletion src/leo_object_storage.app.src
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
{application, leo_object_storage,
[
{description, "Leo Object Storage"},
{vsn, "1.3.40"},
{vsn, "1.3.41"},
{id, "leo_object_storage"},
{registered, []},
{applications, [kernel, stdlib, crypto]},
Expand Down

0 comments on commit 139a3d8

Please sign in to comment.