Release 1.4

This commit is contained in:
Jonathan Abbett 2019-03-26 19:49:41 -04:00
parent feb71e47a7
commit 225b65f93e
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
PATH PATH
remote: . remote: .
specs: specs:
abraham (1.3) abraham (1.4)
rails (~> 5.1) rails (~> 5.1)
GEM GEM

View File

@ -1,5 +1,5 @@
# frozen_string_literal: true # frozen_string_literal: true
module Abraham module Abraham
VERSION = "1.3" VERSION = "1.4"
end end