From 9fcdf6395b4cfa0f94c70476d667f8e75c0dd89e Mon Sep 17 00:00:00 2001 From: Dalgona Date: Wed, 25 May 2022 18:39:52 +0900 Subject: [PATCH] build: NeoDGM Pro v1.020 --- LICENSE.txt | 2 +- mix.exs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/LICENSE.txt b/LICENSE.txt index 1dcda4a..6553d80 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,4 +1,4 @@ -Copyright (c) 2021, Eunbin Jeong (Dalgona.) , +Copyright (c) 2022, Eunbin Jeong (Dalgona.) , with Reserved Font Name NeoDunggeunmo Pro. This Font Software is licensed under the SIL Open Font License, Version 1.1. diff --git a/mix.exs b/mix.exs index 761c3c2..368e2ea 100644 --- a/mix.exs +++ b/mix.exs @@ -4,7 +4,7 @@ defmodule NeoDGMPro.MixProject do def project do [ app: :neodgm_pro, - version: "1.0.11", + version: "1.0.20", elixir: "~> 1.13", start_permanent: Mix.env() == :prod, deps: deps(),