diff --git a/CHANGELOG.md b/CHANGELOG.md
index 896f63c0..5c6a7099 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,7 +2,7 @@
---
-## Develop
+## 6.2.0
### Breaking Changes
diff --git a/Resources/SwiftGen-Info.plist b/Resources/SwiftGen-Info.plist
index 1b9483df..677fb3b5 100644
--- a/Resources/SwiftGen-Info.plist
+++ b/Resources/SwiftGen-Info.plist
@@ -17,9 +17,9 @@
CFBundlePackageType
APPL
CFBundleShortVersionString
- 6.1.0
+ 6.2.0
CFBundleVersion
- 6.1.0
+ 6.2.0
LSMinimumSystemVersion
$(MACOSX_DEPLOYMENT_TARGET)
NSHumanReadableCopyright
diff --git a/Resources/SwiftGenKit-Info.plist b/Resources/SwiftGenKit-Info.plist
index f6b0268b..61e881ea 100644
--- a/Resources/SwiftGenKit-Info.plist
+++ b/Resources/SwiftGenKit-Info.plist
@@ -15,11 +15,11 @@
CFBundlePackageType
FMWK
CFBundleShortVersionString
- 6.1.0
+ 6.2.0
CFBundleSignature
????
CFBundleVersion
- 6.1.0
+ 6.2.0
NSPrincipalClass
diff --git a/SwiftGen.podspec b/SwiftGen.podspec
index 4f6c8e7b..5155fdfb 100644
--- a/SwiftGen.podspec
+++ b/SwiftGen.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'SwiftGen'
- s.version = '6.1.0'
+ s.version = '6.2.0'
s.summary = 'A collection of Swift tools to generate Swift code for your assets, storyboards, strings, …'
s.description = <<-DESC
diff --git a/SwiftGenKit.podspec b/SwiftGenKit.podspec
index 7706a7cb..93f3968f 100644
--- a/SwiftGenKit.podspec
+++ b/SwiftGenKit.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'SwiftGenKit'
- s.version = '6.1.0'
+ s.version = '6.2.0'
s.summary = 'The SwiftGen framework responsible for parsing assets and turn them ' \
'in a dictionary representation suitable for Stencil templates'