Skip to content

Commit

Permalink
v0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
apocheau committed Dec 7, 2015
1 parent 227afc0 commit 73e7a26
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "angular-barcode",
"version": "0.0.2",
"version": "0.0.3",
"main": [
"./dist/barcode.min.js"
"./dist/angular-barcode.min.js"
],
"description": "Barcode generator for AngularJS apps",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion dist/angular-barcode.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* angular barcode
* @version v0.0.1 - 2015-12-07 * @link https://github.com/ryanmc2033/angular-barcode
* @version v0.0.3 - 2015-12-07 * @link https://github.com/ryanmc2033/angular-barcode
* @author Ryan McLaughlin <ryanmc@justechn.com>
* @license MIT License, http://www.opensource.org/licenses/MIT
*/angular.module('barcode', []).directive('barcode', [
Expand Down
2 changes: 1 addition & 1 deletion dist/angular-barcode.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": "angular-barcode",
"description": "angular barcode",
"version": "0.0.2",
"version": "0.0.3",
"filename": "barcode.min.js",
"main": "./dist/barcode.min.js",
"homepage": "https://github.com/ryanmc2033/angular-barcode",
Expand Down

0 comments on commit 73e7a26

Please sign in to comment.