Skip to content

Commit 4acfb9b

Browse files
committed
bump to 1.3.1
1 parent 5003766 commit 4acfb9b

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [Unreleased]
8+
## [1.3.1] - 2021-02-15
99

1010
### Added
1111

Gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
patch_ruby (1.3.0)
4+
patch_ruby (1.3.1)
55
json (~> 2.1, >= 2.1.0)
66
typhoeus (~> 1.0, >= 1.0.1)
77

@@ -23,10 +23,10 @@ GEM
2323
ffi (>= 1.3.0)
2424
factory_bot (6.1.0)
2525
activesupport (>= 5.0.0)
26-
ffi (1.13.1)
26+
ffi (1.14.2)
2727
i18n (1.8.7)
2828
concurrent-ruby (~> 1.0)
29-
json (2.4.1)
29+
json (2.5.1)
3030
method_source (1.0.0)
3131
minitest (5.14.3)
3232
parallel (1.19.2)

lib/patch_ruby/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@
1111
=end
1212

1313
module Patch
14-
VERSION = '1.3.0'
14+
VERSION = '1.3.1'
1515
end

0 commit comments

Comments
 (0)