Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Version 1.0.5
  • Loading branch information
ginatrapani committed May 5, 2012
1 parent fdcfa10 commit 82f0a80
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions version.beta.inc.php
@@ -1,4 +1,4 @@
<?php
//Edit this file on each new release
$current_version = "1.0.5-beta.3";
$current_version_download_link = "https://github.com/downloads/ginatrapani/ThinkUp/thinkup_1.0.5-beta.3.zip";
$current_version = "1.0.5";
$current_version_download_link = "https://github.com/downloads/ginatrapani/ThinkUp/thinkup_1.0.5.zip";
4 changes: 2 additions & 2 deletions version.inc.php
@@ -1,4 +1,4 @@
<?php
//Edit this file on each new release
$current_version = "1.0.4";
$current_version_download_link = "https://github.com/downloads/ginatrapani/ThinkUp/thinkup_1.0.4.zip";
$current_version = "1.0.5";
$current_version_download_link = "https://github.com/downloads/ginatrapani/ThinkUp/thinkup_1.0.5.zip";
2 changes: 1 addition & 1 deletion version.json
@@ -1 +1 @@
{"version":"1.0.4", "url":"https://github.com/downloads/ginatrapani/ThinkUp/thinkup_1.0.4.zip"}
{"version":"1.0.5", "url":"https://github.com/downloads/ginatrapani/ThinkUp/thinkup_1.0.5.zip"}
2 changes: 1 addition & 1 deletion version_beta.json
@@ -1 +1 @@
{"version":"1.0.5-beta.3", "url":"https://github.com/downloads/ginatrapani/ThinkUp/thinkup_1.0.5-beta.3.zip"}
{"version":"1.0.5", "url":"https://github.com/downloads/ginatrapani/ThinkUp/thinkup_1.0.5.zip"}

0 comments on commit 82f0a80

Please sign in to comment.