Skip to content

Commit

Permalink
bump version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
wchill committed Jun 20, 2015
1 parent 25021ca commit 7c6daa0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions autoPlay.user.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// @name /u/wchill Monster Minigame Auto-script w/ anti-troll
// @namespace https://github.com/wchill/steamSummerMinigame
// @description A script that runs the Steam Monster Minigame for you.
// @version 7.0.1
// @version 7.0.2
// @match *://steamcommunity.com/minigame/towerattack*
// @match *://steamcommunity.com//minigame/towerattack*
// @grant none
Expand All @@ -16,7 +16,7 @@
"use strict";

//Version displayed to client, update along with the @version above
var SCRIPT_VERSION = '7.0.1';
var SCRIPT_VERSION = '7.0.2';

// OPTIONS
var clickRate = 20;
Expand Down
Loading

0 comments on commit 7c6daa0

Please sign in to comment.