Skip to content
This repository has been archived by the owner on Jun 14, 2018. It is now read-only.

Commit

Permalink
bump version addressing typos for publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewconnell committed Jan 13, 2016
1 parent 4c012fb commit b8d00dc
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[![MIT license](https://img.shields.io/npm/l/express.svg)](https://github.com/ngOfficeUIFabric/ng-officeuifabric/blob/master/LICENSE)
[![npm version](https://badge.fury.io/js/ng-office-ui-fabric.svg)](https://badge.fury.io/js/ng-office-ui-fabric)
[![bower version](https://badge.fury.io/bo/ng-office-ui-fabric.svg)](https://github.com/ngofficefabric/package-ngofficeuifabric)
[![bower version](https://badge.fury.io/bo/ng-office-ui-fabric.svg)](https://github.com/ngOfficeUiFabric/package-ngofficeuifabric)
[![NuGet version](https://badge.fury.io/nu/ng-office-ui-fabric.svg)](https://badge.fury.io/nu/ng-office-ui-fabric)

This repo is for the distribution of the ngOfficeUiFabric on `npm` and `bower`. The source for this module is in the [main ngOfficeUiFabric repo](https://github.com/ngOfficeUIFabric/ng-officeuifabric). Please submit issues and pull requests against that repo.
Expand All @@ -12,7 +12,7 @@ You can install this package locally either with `npm`, `bower` or NuGet.
### npm

```shell
# To install latest stable release
# To install latest stable release
npm install ng-office-ui-fabric

# To install latest stable release and update package.json
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ng-office-ui-fabric",
"description": "Angular directives for Microsoft's Office UI Fabric.",
"version": "0.1.2",
"version": "0.1.3",
"author": {
"name": "https://github.com/ngOfficeUIFabric/ng-officeuifabric/graphs/contributors"
},
Expand Down
2 changes: 1 addition & 1 deletion ngOfficeUiFabric.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion ngOfficeUiFabric.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ng-office-ui-fabric",
"description": "Angular directives for Microsoft's Office UI Fabric.",
"version": "0.1.2",
"version": "0.1.3",
"author": "https://github.com/ngOfficeUIFabric/ng-officeuifabric/graphs/contributors",
"maintainers": [
{
Expand Down

0 comments on commit b8d00dc

Please sign in to comment.