Skip to content

Commit

Permalink
Version 1.7.5.
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Gabriel committed May 4, 2018
1 parent 4d0ab2a commit 8622cdc
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ module.exports = function(grunt) {
} ] },
prod: { files: [ {
expand: true,
cwd: "code/",
src: ["**", "!js/*.js", "!**/*.md", "!**/*.scss"],
cwd: "build/unpacked-dev/",
src: ["**", "!js/*.js"],
dest: "build/unpacked-prod/"
} ] },
artifact: { files: [ {
Expand Down Expand Up @@ -130,5 +130,5 @@ module.exports = function(grunt) {
grunt.registerTask("dev-pre", ["jshint", "lintspaces", "clean", "mkdir:unpacked", "sass:dev", "copy:main", "manifest"]);
grunt.registerTask("dev", ["dev-pre", "browserify"]);

grunt.registerTask("rel", ["jshint", "lintspaces", "clean", "mkdir:unpacked", "sass:prod", "copy:main", "manifest", "browserify", "copy:prod"]);
grunt.registerTask("rel", ["jshint", "lintspaces", "clean", "mkdir:unpacked", "sass:prod", "copy:main", "manifest", "browserify", "copy:prod", "uglify"]);
};
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Streamkeys v1.7.3 [![Build Status](https://travis-ci.org/berrberr/streamkeys.svg?branch=master)](https://travis-ci.org/berrberr/streamkeys)
# Streamkeys v1.7.5 [![Build Status](https://travis-ci.org/berrberr/streamkeys.svg?branch=master)](https://travis-ci.org/berrberr/streamkeys)

Chrome extension to send "global" (ie. across the browser) hotkeys to various online media players.

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Streamkeys",
"version": "1.7.3",
"version": "1.7.5",
"description": "Global hotkeys for online music players including support for media keys.",
"repository": {
"type": "git",
Expand Down

0 comments on commit 8622cdc

Please sign in to comment.