Skip to content

Commit

Permalink
New release: v3.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
nd0ut committed May 14, 2019
1 parent ffc3fa0 commit 6409552
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[submodule "submodules/uploadcare-bower"]
path = submodules/uploadcare-bower
url = https://github.com/uploadcare/uploadcare-bower.git
url = git@github.com:uploadcare/uploadcare-bower.git
1 change: 1 addition & 0 deletions AUTHORS.txt
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ bkristensen <[email protected]>
djiao <[email protected]>
fiatux <[email protected]>
holgerkilumets <[email protected]>
jeetiss <[email protected]>
jjabn <[email protected]>
masher86 <[email protected]>
rremi <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ GIT
PATH
remote: .
specs:
uploadcare-widget (3.7.1)
uploadcare-widget (3.7.3)
coffee-rails
ejs

Expand Down
5 changes: 4 additions & 1 deletion HISTORY.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,15 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

[Unreleased]: https://github.com/uploadcare/uploadcare-widget/compare/v3.7.3...HEAD

## [3.7.3]

### Fixed

* Fix broken minified bundle. See [#539][539].

[539]: https://github.com/uploadcare/uploadcare-widget/pull/539
[Unreleased]: https://github.com/uploadcare/uploadcare-widget/compare/v3.7.1...HEAD

## [3.7.1]

Expand Down
2 changes: 1 addition & 1 deletion lib/uploadcare-widget/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module UploadcareWidget
VERSION = "3.7.1"
VERSION = "3.7.3"
end

0 comments on commit 6409552

Please sign in to comment.