diff --git a/CHANGELOG.md b/CHANGELOG.md index 5830be2..5c5f161 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,10 @@ Yii2 multiple input change log ============================== -2.21.0 (in development) +2.22.0 (in development) +======================= + +2.21.0 ======================= - #279 ability to prepend new row instead of append diff --git a/README.md b/README.md index 78e44a4..e1c130f 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Yii2 widget for handle multiple inputs for an attribute of model and tabular inp [![License](https://poser.pugx.org/unclead/yii2-multiple-input/license)](https://packagist.org/packages/unclead/yii2-multiple-input) ## Latest release -The latest stable version of the extension is v2.20.6 Follow the [instruction](./UPGRADE.md) for upgrading from previous versions +The latest stable version of the extension is v2.21.0 Follow the [instruction](./UPGRADE.md) for upgrading from previous versions ## Installation The preferred way to install this extension is through [composer](http://getcomposer.org/download/). diff --git a/composer.json b/composer.json index 071cd75..d36b0f3 100644 --- a/composer.json +++ b/composer.json @@ -9,7 +9,7 @@ "yii2 tabular input" ], "type": "yii2-extension", - "version": "2.20.6", + "version": "2.21.0", "license": "BSD-3-Clause", "support": { "issues": "https://github.com/unclead/yii2-multiple-input/issues?state=open", diff --git a/package.json b/package.json index a4a97d3..11b3430 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "jquery.multipleInput", - "version": "2.20.6", + "version": "2.21.0", "description": "jQuery multipleInput", "scripts": { "build": "npm install && (gulp || node node_modules/gulp/bin/gulp.js)"