Skip to content

Commit

Permalink
Bump version to 0.2.5 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
samcleaver committed Sep 12, 2014
1 parent 2fd6e18 commit 21d2dd9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"keywords":["php","google","gsf", "google safe browsing"],
"type":"library",
"license":"BSD-3-Clause",
"version": "0.2.4",
"version": "0.2.5",
"authors":[
{
"name":"Sam Cleaver",
Expand Down
6 changes: 3 additions & 3 deletions phpgsb.class.php
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
<?php
/*
phpGSB - PHP Google Safe Browsing Implementation
Version 0.2.4
Version 0.2.5
Released under New BSD License (see LICENSE)
Copyright (c) 2010-2012, Sam Cleaver (Beaver6813, Beaver6813.com)
Copyright (c) 2010-2014, Sam Cleaver (Beaver6813, Beaver6813.com)
All rights reserved.
*/
class phpGSB
{
var $apikey = "";
var $version = "0.2";
var $realversion= "0.2.4";
var $realversion= "0.2.5";
//DO NOT CHANGE API VERSION
var $apiversion = "2.2";

Expand Down

0 comments on commit 21d2dd9

Please sign in to comment.