Skip to content

Commit 71e2c12

Browse files
committed
Bump to version 1.1.0
1 parent d999ff6 commit 71e2c12

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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-
## 1.1.0 (2019-04-18)
3+
## 1.1.0 (to come)
44

55
* Add rudimentary support for Microsoft SQL Server
66
* Fixes errors when options[param] is nil [PR 315](https://github.com/jbox-web/ajax-datatables-rails/pull/315) (thanks @allard)

lib/ajax-datatables-rails/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module AjaxDatatablesRails
4-
VERSION = '1.0.1'
4+
VERSION = '1.1.0'
55
end

0 commit comments

Comments
 (0)