From f9fdb9a3c18c355aa899299dcd1367be858ad918 Mon Sep 17 00:00:00 2001 From: Douglas Duteil Date: Wed, 23 Apr 2014 19:55:45 +0200 Subject: [PATCH] chore(release): v0.1.1 --- README.md | 13 +++++++++++++ bower.json | 2 +- package.json | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4cab2f2..10f3abb 100644 --- a/README.md +++ b/README.md @@ -166,3 +166,16 @@ It's equal to run separately: * `grunt karma:server` : giving you a Karma server to run tests (at [http://localhost:9876/](http://localhost:9876/) by default). You can force a test on this server with `grunt karma:unit:run`. * `grunt watch` : will automatically test your code and build your demo. You can demo generation with `grunt build:gh-pages`. + + +### Dist + +This repo is using the [angular-ui/angular-ui-publisher](https://github.com/angular-ui/angular-ui-publisher). +New tags will automatically trigger a new publication. +To test is locally you can trigger a : + +```sh +grunt dist build:bower +``` + +it will put the final files in the _'dist'_ folder and a sample of the bower tag output in the _'out/built/bower'_ folder. diff --git a/bower.json b/bower.json index 96cea8a..a8067b8 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "angular-ui-ace", - "version": "0.1.0", + "version": "0.1.1", "description": "This directive allows you to add ACE editor elements.", "author": "https://github.com/angular-ui/ui-ace/graphs/contributors", "license": "MIT", diff --git a/package.json b/package.json index cb56d0b..11529a5 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "angular-ui-ace", - "version": "0.1.0", + "version": "0.1.1", "description": "This directive allows you to add ACE editor elements.", "author": "https://github.com/angular-ui/ui-ace/graphs/contributors", "license": "MIT",