Skip to content

Commit

Permalink
update widget version to 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitry-mukhin committed Mar 30, 2014
1 parent d8ee841 commit 84f5693
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## 1.2.1
- bump widget version to 1.0.1 (see [widget changelog][widget changelog])

## 1.2.0
- bump widget version to 1.0.0 (see [widget changelog][widget changelog])
major feature is reponsive behavior of widget dialog
Expand Down
2 changes: 1 addition & 1 deletion src/Uploadcare/Api.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
namespace Uploadcare;

$uploadcare_version = '1.2.0';
$uploadcare_version = '1.2.1';
define('UPLOADCARE_LIB_VERSION', sprintf('%s/%s.%s', $uploadcare_version, PHP_MAJOR_VERSION, PHP_MINOR_VERSION));

class Api
Expand Down
2 changes: 1 addition & 1 deletion src/Uploadcare/Widget.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class Widget
* Uploadcare widget version
* @var string
*/
private $version = '1.0.0';
private $version = '1.0.1';

/**
* Constructor
Expand Down

0 comments on commit 84f5693

Please sign in to comment.