Skip to content

Commit

Permalink
more typos
Browse files Browse the repository at this point in the history
  • Loading branch information
solonmedia committed Jan 21, 2024
1 parent 64765ea commit 643da8b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion FieldtypeGrapick.module.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class FieldtypeGrapick extends Fieldtype implements Module {
public static function getModuleInfo() {
return array(
'title' => 'Grapick',
'version' => '1.0.0',
'version' => '1.0.1',
'author' => 'Jacob Gorny',
'href' => 'https://github.com/solonmedia/FieldtypeGrapick',
'summary' => 'Field that incorporates the Grapick javascript gradient designer and stores an array of 32-bit rgba colors, gradient positions and optionally gradient styles and a plaintext style rule for CSS.',
Expand Down
2 changes: 1 addition & 1 deletion InputfieldGrapick.module.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public static function getModuleInfo() {
return array(
'title' => "Grapick",
'summary' => 'Field that implements Grapick javascript gradient designer.',
'version' => '1.0.0',
'version' => '1.0.1',
'author' => 'Jacob Gorny',
'href' => 'https://github.com/solonmedia/FieldtypeGrapick',
'icon' => 'paint-brush',
Expand Down

0 comments on commit 643da8b

Please sign in to comment.