Skip to content

Commit

Permalink
Update README.md to reference the new repository name in the CircleCI…
Browse files Browse the repository at this point in the history
… status badge.
  • Loading branch information
Invader444 committed Jan 27, 2018
1 parent 523a131 commit d492813
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# v1.0.5
- Update README.md to reference the new repository name in the CircleCI status badge.

# v1.0.4
- Version bump to sync github and npm releases.

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# React Redux UI Tools
[![Circle CI](https://circleci.com/gh/jhorowitz-firedrum/redux-ui.svg?style=svg)](https://circleci.com/gh/jhorowitz-firedrum/redux-ui)
[![Circle CI](https://circleci.com/gh/jhorowitz-firedrum/react-redux-ui-tools.svg?style=svg)](https://circleci.com/gh/jhorowitz-firedrum/react-redux-ui-tools)

#### Think of react-redux-ui-tools as **block-level scoping** for UI state.

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-redux-ui-tools",
"version": "1.0.4",
"version": "1.0.5",
"description": "UI state management for React with Redux",
"main": "dist/index.js",
"files": [
Expand Down

0 comments on commit d492813

Please sign in to comment.