From fd6a5efdb899934f08eb713ce3ce692dd03c5961 Mon Sep 17 00:00:00 2001 From: Timur Shemsedinov Date: Sun, 20 Mar 2022 01:10:33 +0200 Subject: [PATCH] Version 2.0.1 --- LICENSE | 2 +- README.md | 2 +- package-lock.json | 2 +- package.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/LICENSE b/LICENSE index addd29f2..ce41cfe6 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2020-2021 Metarhia contributors +Copyright (c) 2020-2022 Metarhia contributors Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index ff17b799..a627c185 100644 --- a/README.md +++ b/README.md @@ -65,5 +65,5 @@ let's start with ## License -Copyright (c) 2020-2021 Metarhia contributors. +Copyright (c) 2020-2022 Metarhia contributors. This starter kit is [MIT licensed](./LICENSE). diff --git a/package-lock.json b/package-lock.json index c6f2b74a..53a94fe5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "metarhia", - "version": "2.0.0", + "version": "2.0.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index f7dca0cc..5d69b2a7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "metarhia", - "version": "2.0.0", + "version": "2.0.1", "author": "Timur Shemsedinov ", "description": "Metarhia Application Example", "license": "MIT",