Skip to content

Commit

Permalink
0.13.4
Browse files Browse the repository at this point in the history
  • Loading branch information
sahat committed Jan 12, 2016
1 parent c787bce commit cf42ff1
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -816,7 +816,7 @@ bugs, submitted pull requests and suggested new features!

The MIT License (MIT)

Copyright (c) 2014-2015 Sahat Yalkabov
Copyright (c) 2016 Sahat Yalkabov

Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
Expand Down
2 changes: 1 addition & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ var pkg = require('./package.json');

var banner = ['/**',
' * Satellizer <%= pkg.version %>',
' * (c) 2015 <%= pkg.author.name %>',
' * (c) 2016 <%= pkg.author.name %>',
' * License: <%= pkg.license %>',
' */',
''].join('\n');
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "satellizer",
"description": "Token-based AngularJS Authentication",
"version": "0.13.3",
"version": "0.13.4",
"scripts": {
"start": "node ./examples/server/node/server.js",
"test": "karma start"
Expand Down
4 changes: 2 additions & 2 deletions satellizer.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* Satellizer 0.13.3
* (c) 2015 Sahat Yalkabov
* Satellizer 0.13.4
* (c) 2016 Sahat Yalkabov
* License: MIT
*/

Expand Down
4 changes: 2 additions & 2 deletions satellizer.min.js

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

0 comments on commit cf42ff1

Please sign in to comment.