diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2bfa664..bb26bc2 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,11 @@
+
+##[1.0.3]  - 2021-09-16
+* `ReadMe.MD` updated.
+* `Changelog.md` updated.
+* Release Version updated to 1.0.3 from github by @princeteck in https://github.com/prodevplus/cnav/pull/5
+
 ##[1.0.2]  - 2021-09-16
-* `Screenshot` url updated with `github` links updated.
+* screenshot links updated with live likes from github by @princeteck in https://github.com/prodevplus/cnav/pull/4
 
 ##[1.0.1]  - 2021-09-16
 * `Changelog.md` updated.
diff --git a/README.md b/README.md
index 08facdb..4a037f4 100644
--- a/README.md
+++ b/README.md
@@ -99,14 +99,16 @@ dependencies:
 
 ```dart
 CNavItem(
-      {@required this.icon,
-      Widget selectedIcon,
-      this.title,
-      Text selectedTitle,
-      this.badgeCount = 0,
-      this.showBadge = false})
-      : selectedIcon = selectedIcon ?? icon,
-        selectedTitle = selectedTitle ?? title;
+  {
+    required this.icon,
+    Widget selectedIcon,
+    this.title,
+    Text selectedTitle,
+    this.badgeCount = 0,
+    this.showBadge = false,
+  })
+    : selectedIcon = selectedIcon ?? icon,
+      selectedTitle = selectedTitle ?? title;
 
   ///
   /// The icon of the item
diff --git a/pubspec.yaml b/pubspec.yaml
index ffb0841..72be6ff 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -1,6 +1,6 @@
 name: cnav
 description: A custom navigation bar a.k.a `CNav` with bubble click and many templates / theme to use effect.
-version: 1.0.0
+version: 1.0.3
 homepage: https://packages.prodevplus.com/cnav
 
 environment: