From 68b52b566cdee45610ef9bdffcf3adfa61c29a7f Mon Sep 17 00:00:00 2001
From: "Bruno P. Kinoshita" <kinow@users.noreply.github.com>
Date: Sun, 7 Mar 2021 09:22:49 +1300
Subject: [PATCH] Prepare 1.3.5 dev cycle

---
 CHANGELOG.md           | 2 ++
 lib/dashing/version.rb | 2 +-
 smashing.gemspec       | 2 +-
 3 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3c76502..4df0563 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,7 @@
 # Changelog
 
+## 2021-??-?? - 1.3.5
+
 ## 2021-03-07 - 1.3.4
 
 - [184](https://github.com/Smashing/smashing/pull/184) Add switch to not filter events (thanks @toy)
diff --git a/lib/dashing/version.rb b/lib/dashing/version.rb
index cdb9e65..acf443a 100644
--- a/lib/dashing/version.rb
+++ b/lib/dashing/version.rb
@@ -1,3 +1,3 @@
 module Dashing
-  VERSION = "1.3.4".freeze
+  VERSION = "1.3.5.pre".freeze
 end
diff --git a/smashing.gemspec b/smashing.gemspec
index c4c3de0..30d44cc 100644
--- a/smashing.gemspec
+++ b/smashing.gemspec
@@ -3,7 +3,7 @@
 Gem::Specification.new do |s|
   s.name        = 'smashing'
 
-  s.version     = '1.3.4'
+  s.version     = '1.3.5.pre'
   s.date        = '2021-03-06'
   s.executables = %w(smashing)