Skip to content

Commit abd85cd

Browse files
committed
Prepare for 0.3.4 release
1 parent 0092e7c commit abd85cd

File tree

3 files changed

+2
-5
lines changed

3 files changed

+2
-5
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# CHANGELOG
22

3-
## 0.4.0 (unreleased)
3+
## 0.3.4
44
* Add `xml_options` option to root_level (brettallred)
55

66
* Format can be omitted in template filename

Gemfile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,3 @@ platforms :rbx do
4040
gem 'rubysl-test-unit'
4141
end
4242

43-
group :test do
44-
gem 'rspec-mocks'
45-
end

lib/rabl-rails/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module RablRails
2-
VERSION = '0.4.0'
2+
VERSION = '0.3.4'
33
end

0 commit comments

Comments
 (0)