We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15b1e38 commit 9e8f65dCopy full SHA for 9e8f65d
3 files changed
bower.json
@@ -1,6 +1,6 @@
1
{
2
"name": "angular-segment-analytics",
3
- "version": "0.1.2",
+ "version": "1.0.0",
4
"homepage": "https://github.com/aleross/angular-segment-analytics",
5
"authors": [
6
"Alex Ross <davidross.alex@gmail.com>"
grunt/pkg.js
@@ -0,0 +1,3 @@
+module.exports = function (grunt) {
+ return grunt.file.readJSON('./package.json');
+};
grunt/prompt.js
@@ -1,7 +1,7 @@
module.exports = function (grunt) {
var semver = require('semver');
- var currentVersion = grunt.file.readJSON('./package.json').version;
+ var currentVersion = grunt.file.readJSON('package.json').version;
return {
7
version: {
0 commit comments