From ca091acca5ec77c77637501bfc206d29231dbe86 Mon Sep 17 00:00:00 2001 From: Ahmed El-Araby Date: Thu, 19 Mar 2020 12:18:34 +0300 Subject: [PATCH] update package info --- CHANGELOG.md | 5 +++++ LICENSE | 2 +- pubspec.yaml | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d308f10..87b007f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,3 +17,8 @@ ## [0.1.3] - 03/01/2019. * Fixed the bug with backspace key. + +## [0.2.0] - 19/03/2020. + +* Adding multi-language support. +* Customizable layout. \ No newline at end of file diff --git a/LICENSE b/LICENSE index f99a1b2..a948890 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2019 Gurgen Hovhannisyan +Copyright (c) 2020 Ahmed El-Araby 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/pubspec.yaml b/pubspec.yaml index 315a6cc..5bbe575 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: virtual_keyboard_multi_language description: A simple package for dispaying virtual keyboards on a devices like kiosks and ATMs. The library is written in Dart and has no native code dependancy. -version: 0.1.4 +version: 0.2.0 author: Ahmed El-Araby homepage: https://github.com/ahmed-eg/virtual_keyboard_multi_language