Skip to content

Commit 4b47b2c

Browse files
committed
Upping version number in composer.json
1 parent e303db3 commit 4b47b2c

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,5 @@ See the `example.php` file on how to use this library at the moment.
3939
```
4040

4141
## Current status
42+
March 30th, 2015 - v1.0.1 - Added hasProfile and more stable example.php
4243
March 28th, 2015 - v1.0.0 - Created first tagged release, includes Travis CI and Packagist integration.

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "gerbenjacobs/habbo-api",
33
"description": "A PHP wrapper for the (undocumented) Habbo Hotel API",
44
"keywords": ["habbo","api","wrapper"],
5-
"version": "1.0.0",
5+
"version": "1.0.1",
66
"license" : "MIT",
77
"authors": [
88
{

example.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
echo '<h3>'.$habbo->getHabboName().'</h3>';
4343
echo '<p>'.$habbo->getMotto().'<br><em>'.date('d-M-Y', strtotime($habbo->getMemberSince())).'</em></p>';
4444
if ($habbo->getProfileVisible()) {
45-
echo '<p><a href="https://beta.habbo.com/profile/'.$habbo->getHabboName().'">View home &raquo;</a></p>';
45+
echo '<p><a href="https://www.habbo.com/profile/'.$habbo->getHabboName().'">View home &raquo;</a></p>';
4646
}
4747
if ($badges = $habbo->getSelectedBadges()) {
4848
foreach ($badges as $badge) {

0 commit comments

Comments
 (0)