Skip to content
This repository was archived by the owner on Mar 23, 2024. It is now read-only.

Commit d6668c4

Browse files
committed
Prepare for v0.7.3 release
1 parent efa76ea commit d6668c4

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v0.7.3
2+
3+
- Upgrade RequireJS and r.js to v1.0.8
4+
15
# v0.7.2
26

37
- Add require.js to config.assets.precompile in all environments. Closes #45.

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-
requirejs-rails (0.7.2)
4+
requirejs-rails (0.7.3)
55
railties (>= 3.1.1, < 3.3)
66

77
GEM

lib/requirejs/rails/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module Requirejs
22
module Rails
3-
Version = "0.7.2"
3+
Version = "0.7.3"
44
LibVersion = "1.0.7"
55
end
66
end

0 commit comments

Comments
 (0)