Skip to content
This repository was archived by the owner on Oct 19, 2018. It is now read-only.

Commit 84a4d7c

Browse files
committed
Bump version
1 parent 625f56b commit 84a4d7c

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,4 +1,4 @@
1-
## 0.3.0 (Edge)
1+
## 0.3.0
22
* Depends on `sprockets < 3` thus source map can still work
33
* Remove sprockets-es6 from dependency
44
* Set `displayName` of component as the Ruby class name, which make it displayed better in [react-devtools](https://github.com/facebook/react-devtools)

lib/react/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module React
2-
VERSION = "0.2.1"
2+
VERSION = "0.3.0"
33
end

0 commit comments

Comments
 (0)