From de4509658b07e048c73792ceaaf0b29eca913e56 Mon Sep 17 00:00:00 2001 From: Yosuke Hara Date: Wed, 18 Jan 2017 14:37:41 +0900 Subject: [PATCH] Bump leo_commons to 1.1.9 --- src/leo_commons.app.src | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/leo_commons.app.src b/src/leo_commons.app.src index 59e5bbd..63f39d7 100644 --- a/src/leo_commons.app.src +++ b/src/leo_commons.app.src @@ -2,7 +2,7 @@ %% %% Leo Commons %% -%% Copyright (c) 2012-2016 Rakuten, Inc. +%% Copyright (c) 2012-2017 Rakuten, Inc. %% %% This file is provided to you under the Apache License, %% Version 2.0 (the "License"); you may not use this file @@ -22,7 +22,7 @@ {application, leo_commons, [ {description, "Leo Commons"}, - {vsn, "1.1.8"}, + {vsn, "1.1.9"}, {id, "leo_commons"}, {registered, []}, {applications, [kernel, stdlib]},