Skip to content

Commit

Permalink
Merge pull request #14 from ppatotski/feature/web-site
Browse files Browse the repository at this point in the history
Feature/web site
  • Loading branch information
ppatotski committed Jun 12, 2017
2 parents 87d3b3c + a38aba4 commit a640400
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Change Log

## 1.1.16 (June 12, 2017)
- Feature: web site

## 1.1.14 (June 5, 2017)
- Improvement: code coverage
- Improvement: documentation.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Application Localizer

Application Localizer package that helps with localizing applications.
Application Localizer package that helps with localizing applications ([Website](https://ppatotski.github.io/app-localizer/))

[![NPM version](https://img.shields.io/npm/v/app-localizer.svg)](https://www.npmjs.com/package/app-localizer)
[![Build Status](https://travis-ci.org/ppatotski/app-localizer.svg?branch=master)](https://travis-ci.org/ppatotski/app-localizer)
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "app-localizer",
"version": "1.1.14",
"version": "1.1.16",
"description": "Application Localizer",
"jsnext:main": "src/localizer.js",
"main": "index.js",
Expand Down Expand Up @@ -47,5 +47,5 @@
"bugs": {
"url": "https://github.com/ppatotski/app-localizer/issues"
},
"homepage": "https://github.com/ppatotski/app-localizer#readme"
"homepage": "https://ppatotski.github.io/app-localizer"
}

0 comments on commit a640400

Please sign in to comment.