Skip to content

Commit

Permalink
Merge branch 'release/4.0.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
gabifija committed Feb 1, 2019
2 parents 56a5222 + f827182 commit e8e3922
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,8 @@
# Changelog

## 4.0.1 (February 1, 2019)
- Fixed the issue with not loaded lib module

## 4.0.0 (January 23, 2019)
- Update Filestack Picker to ver. 1.x.x and add version configuration

Expand Down
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
4.0.0
4.0.1
1 change: 1 addition & 0 deletions lib/filestack-rails.rb
@@ -1,6 +1,7 @@
require "filestack_rails/configuration"
require "filestack_rails/transform"
require "filestack_rails/engine"
require "filestack_rails/version"

module FilestackRails
# Your code goes here...
Expand Down
2 changes: 1 addition & 1 deletion lib/filestack_rails/version.rb
Expand Up @@ -14,7 +14,7 @@ def determine_filestack_js_result
end

module FilestackRails
VERSION = '4.0.0'
VERSION = '4.0.1'

module Version
def get_filestack_js_result(results)
Expand Down

0 comments on commit e8e3922

Please sign in to comment.