Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Eugene Tupikov committed Mar 31, 2019
1 parent f424761 commit 1d00a0a
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/).
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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)"
Expand Down

0 comments on commit 1d00a0a

Please sign in to comment.