diff --git a/README.md b/README.md index eb1bb1b..30f1ac5 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ # react2angular [![Build Status](https://img.shields.io/circleci/project/coatue/react2angular.svg?branch=master&style=flat-square)](https://circleci.com/gh/coatue/react2angular) [![NPM](https://img.shields.io/npm/v/react2angular.svg?style=flat-square)](https://www.npmjs.com/package/react2angular) [![Apache2](https://img.shields.io/npm/l/react2angular.svg?style=flat-square)](https://opensource.org/licenses/Apache2) -> The easiest way to embed React components in Angular 1 apps! +> The easiest way to embed React components in Angular 1 apps! (opposite of [angular2react](https://github.com/coatue/angular2react)) ## Installation diff --git a/package.json b/package.json index 6433f43..97a5005 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react2angular", - "version": "1.0.4", + "version": "1.0.5", "description": "The easiest way to embed React components in Angular 1 apps!", "main": "index.js", "main:esnext": "index.es2015.js",