Skip to content

Commit

Permalink
Added project-webpage URL into source files
Browse files Browse the repository at this point in the history
  • Loading branch information
Marat-Tanalin committed Mar 24, 2020
1 parent e321f3a commit b2bd050
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "marat-tanalin/integer-scaling",
"version" : "1.2.1",
"version" : "1.2.2",
"type": "library",
"description": "Calculates integer ratios for pixel-perfect image upscaling with optional aspect-ratio correction.",
"homepage": "http://tanalin.com/en/projects/integer-scaling/",
Expand Down
2 changes: 1 addition & 1 deletion src/IntegerScaling.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

/*! Marat Tanalin | http://tanalin.com */
/*! Marat Tanalin | http://tanalin.com/en/projects/integer-scaling/ */

namespace MaratTanalin;

Expand Down
2 changes: 1 addition & 1 deletion src/IntegerScaling/Ratios.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

/*! Marat Tanalin | http://tanalin.com */
/*! Marat Tanalin | http://tanalin.com/en/projects/integer-scaling/ */

namespace MaratTanalin\IntegerScaling;

Expand Down

0 comments on commit b2bd050

Please sign in to comment.