diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0e7d529..57c3650 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -22,3 +22,11 @@
## 1.0.3+1
- Edit description
+
+## 1.0.3+2
+
+- Change GitHub workflow badge routes
+
+## 1.0.3+3
+
+- Change GitHub workflow badge routes
diff --git a/README.md b/README.md
index db9a323..e6ed805 100644
--- a/README.md
+++ b/README.md
@@ -6,12 +6,14 @@
+
-
-
+
@@ -83,7 +85,7 @@ CircularSeekBar(
height: 250,
progress: _progress,
barWidth: 8,
- startAngle: 45,v
+ startAngle: 45,
sweepAngle: 270,
strokeCap: StrokeCap.round,
progressGradientColors: const [Colors.red, Colors.orange, Colors.yellow, Colors.green, Colors.blue, Colors.indigo, Colors.purple],
diff --git a/pubspec.yaml b/pubspec.yaml
index 70f6aba..0d145c9 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -1,6 +1,6 @@
name: circular_seek_bar
description: Circular progress/seek bar package for flutter that supports customizable animations, dashes, and gradients.
-version: 1.0.3+1
+version: 1.0.3+3
repository: https://github.com/seosh817/Flutter_CircularSeekBar
environment: