diff --git a/CHANGELOG.md b/CHANGELOG.md
index ce23716..0300fee 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,8 @@
# ChangeLog
+## 1.5.0
+* Includes all Prereleases.
+
## 1.5.0-dev.3
* Fixed right additional space, Fixes #28 & #49 [cfc5ae9e7a406da0952477038b21fade081e6baa](https://github.com/iamSahdeep/liquid_swipe_flutter/commit/cfc5ae9e7a406da0952477038b21fade081e6baa)
* option to disable Gesture [64e32c0e08cfc6edfe1f7e853934366baacb6fac](https://github.com/iamSahdeep/liquid_swipe_flutter/commit/64e32c0e08cfc6edfe1f7e853934366baacb6fac)
diff --git a/README.md b/README.md
index 9c66423..8375695 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
-
+
@@ -21,8 +21,8 @@
-
-
+
+
### Sample APK
@@ -37,7 +37,7 @@ Download sample apk as shown in example from releases.
* Add this to your pubspec.yaml
```
dependencies:
- liquid_swipe: ^1.5.0-dev.1
+ liquid_swipe: ^1.5.0
```
* Get the package from Pub:
@@ -82,7 +82,7 @@ Download sample apk as shown in example from releases.
| Attribute | Datatype | Description | Default Value | Comments |
| :-------------------- | :------------- | :------------------------------------------------------------------------- | :---------------------------------------------------------------------------------------------: |:---------------------------------------------------------------------------------------------: |
-| pages | `List` | Set the Pages/ views/ Containers | Null | A Page can contain anything, look for an example|
+| pages | `List` | Set the Pages/ views/ Containers | Null | A Page can contain anything, look for an example|
| fullTransitionValue | `double` | Sets the scroll distance or sensitivity for a complete swipe. | 400.0 | This transition value can be used to increase or decrease the sensitivity of the swipe. 100.0 would make swipe really fast with even a bit of drag |
| initialPage | `int` | Set the initial Page | 0 | Should not be >= no.of pages or smaller than 0 |
| enableSlideIcon |`bool` | Used to enable Slide icon to the right for where the wave would originate | false | Gives a ios style arrow to right side of the screen. Might include modification to it soon. |
diff --git a/example/pubspec.lock b/example/pubspec.lock
index 9c3ca5f..139dabc 100644
--- a/example/pubspec.lock
+++ b/example/pubspec.lock
@@ -108,7 +108,7 @@ packages:
name: provider
url: "https://pub.dartlang.org"
source: hosted
- version: "4.0.4"
+ version: "4.3.1"
sky_engine:
dependency: transitive
description: flutter
@@ -172,4 +172,4 @@ packages:
version: "2.1.0-nullsafety"
sdks:
dart: ">=2.9.0-18.0 <2.9.0"
- flutter: ">=1.12.1"
+ flutter: ">=1.16.0"
diff --git a/pubspec.lock b/pubspec.lock
index efa7bbc..23fd9c0 100644
--- a/pubspec.lock
+++ b/pubspec.lock
@@ -94,7 +94,7 @@ packages:
name: provider
url: "https://pub.dartlang.org"
source: hosted
- version: "4.0.4"
+ version: "4.3.1"
sky_engine:
dependency: transitive
description: flutter
@@ -158,4 +158,4 @@ packages:
version: "2.1.0-nullsafety"
sdks:
dart: ">=2.9.0-18.0 <2.9.0"
- flutter: ">=1.12.1"
+ flutter: ">=1.16.0"
diff --git a/pubspec.yaml b/pubspec.yaml
index d96426c..22c265e 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -1,6 +1,6 @@
name: liquid_swipe
description: A Flutter plugin to implement liquid Swipe effect to provided containers.
-version: 1.5.0-dev.3
+version: 1.5.0
homepage: https://github.com/iamSahdeep/liquid_swipe_flutter
environment: