diff --git a/CHANGELOG.md b/CHANGELOG.md
index a2ad3dd..9006903 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,4 @@
-# [4.0.0](https://github.com/SimformSolutionsPvtLtd/flutter_credit_card/tree/4.0.0)
+# [4.0.0+1](https://github.com/SimformSolutionsPvtLtd/flutter_credit_card/tree/4.0.0+1)
- Added web support for example app [#148](https://github.com/SimformSolutionsPvtLtd/flutter_credit_card/pull/148).
- Added card float animation [#144](https://github.com/SimformSolutionsPvtLtd/flutter_credit_card/pull/144).
diff --git a/README.md b/README.md
index 4060433..ca3b237 100644
--- a/README.md
+++ b/README.md
@@ -15,7 +15,7 @@ A Flutter package allows you to easily implement the Credit card's UI easily wit
@@ -25,7 +25,7 @@ A Flutter package allows you to easily implement the Credit card's UI easily wit
@@ -35,13 +35,13 @@ A Flutter package allows you to easily implement the Credit card's UI easily wit
-## Migration guide for Version 4.0.0
+## Migration guide for Version 4.x.x
- The `themeColor`, `textColor`, and `cursorColor` properties have been removed from `CreditCardForm` due to changes in how it detects and applies application themes. Please check out the example app to learn how to apply those using `Theme`.
- The `cardNumberDecoration`, `expiryDateDecoration`, `cvvCodeDecoration`, and `cardHolderDecoration` properties are moved to the newly added `InputDecoration` class that also has `textStyle` properties for all the textFields of the `CreditCardForm`.
diff --git a/pubspec.yaml b/pubspec.yaml
index ffacf96..87472a8 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -1,7 +1,7 @@
name: flutter_credit_card
description: A Credit Card widget package with support of entering card details, and animations like card flip
and float.
-version: 4.0.0
+version: 4.0.0+1
homepage: https://github.com/simformsolutions/flutter_credit_card
issue_tracker: https://github.com/simformsolutions/flutter_credit_card/issues