Skip to content

Commit 0e24b66

Browse files
committed
Release v0.1.1.pre.1
1 parent bb45476 commit 0e24b66

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Inspired by [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
44

55
Note: this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7-
## [0.1.1.pre] - 2020-08-17
7+
## [0.1.1.pre.1] - 2020-08-18
88
### Added
99
- added rails 6 in dependency range
1010

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
activerecord-mysql-enum (0.1.1.pre)
4+
activerecord-mysql-enum (0.1.1.pre.1)
55
activerecord (>= 4.2, < 7)
66

77
GEM

lib/active_record/mysql/enum/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
module ActiveRecord
44
module Mysql
55
module Enum
6-
VERSION = "0.1.1.pre"
6+
VERSION = "0.1.1.pre.1"
77
end
88
end
99
end

0 commit comments

Comments
 (0)