Skip to content

Commit

Permalink
Version 4.6.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Sh1d0w committed Apr 11, 2020
1 parent 82c0608 commit e3136c5
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

### Change (v4.6.5)
### Change (v4.6.6)

## 2020-04-11

Expand Down
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
group 'com.vitanov.multiimagepicker'
version '4.6.5'
version '4.6.6'

buildscript {
repositories {
Expand Down
2 changes: 1 addition & 1 deletion ios/multi_image_picker.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
Pod::Spec.new do |s|
s.name = 'multi_image_picker'
s.version = '4.6.5'
s.version = '4.6.6'
s.summary = 'Multi image picker'
s.description = <<-DESC
A new flutter plugin project.
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: multi_image_picker
description: Flutter plugin that allows you to display multi image picker on iOS and Android.
version: 4.6.5
version: 4.6.6
homepage: https://github.com/Sh1d0w/multi_image_picker

dependencies:
Expand Down

0 comments on commit e3136c5

Please sign in to comment.