Skip to content

Commit

Permalink
[CONFIG] Version bump to v1.0.1
Browse files Browse the repository at this point in the history
* Remove `bower install` from postinstall script as only required for development.
* Lock down dependencies with shrink-wrap
* Fix "main" entry in bower.json
* Improve documentation for translation service
* Bump Karma version to allow tests to run
  • Loading branch information
TomSeldon committed Jun 15, 2016
1 parent ed0c0cf commit c7ba7d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bower.json
@@ -1,6 +1,6 @@
{
"name": "angular-symfony-translation",
"version": "1.0.0",
"version": "1.0.1",
"authors": [
"Box UK <http://www.boxuk.com>"
],
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "angular-symfony-translation",
"version": "1.0.0",
"version": "1.0.1",
"description": "Angular module for using translations exposed by Symfony2.",
"main": "dist/angular-symfony-translation.js",
"scripts": {
Expand Down

0 comments on commit c7ba7d6

Please sign in to comment.