Skip to content

Commit

Permalink
Upgrade package version
Browse files Browse the repository at this point in the history
  • Loading branch information
ajsoriar committed Aug 26, 2018
1 parent be36e3e commit c98842b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lib/react-string-avatar.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* react-string-avatar
* React String Avatar is a simple React component that generates a letter's avatar like Microsoft or Google do in their web apps. First letter of each word in a string or a group of initials will be used to generate the avatar. The image of the avatar will be rendered in an html img tag as a real png or jpeg. The image data can be retrieved using javascript to be stored in back-end giving you an initial profile picture in your web or mobile apps when the user does not upload one. Several React props are available to configure the output: size, shape, resolution, colors, etc.
* @version v1.0.0 - 2018-08-26
* @version v1.0.1 - 2018-08-26
* @link https://github.com/ajsoriar/react-string-avatar
* @author Andres J. Soria R. <[email protected]>
* @license MIT License, http://www.opensource.org/licenses/MIT
Expand Down
2 changes: 1 addition & 1 deletion lib/react-string-avatar.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-string-avatar",
"version": "1.0.0",
"version": "1.0.1",
"description": "React String Avatar is a simple React component that generates a letter's avatar like Microsoft or Google do in their web apps. First letter of each word in a string or a group of initials will be used to generate the avatar. The image of the avatar will be rendered in an html img tag as a real png or jpeg. The image data can be retrieved using javascript to be stored in back-end giving you an initial profile picture in your web or mobile apps when the user does not upload one. Several React props are available to configure the output: size, shape, resolution, colors, etc.",
"main": "lib/react-string-avatar.min.js",
"module": "src/react-string-avatar.js",
Expand Down
2 changes: 1 addition & 1 deletion src/header.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* react-string-avatar
* React String Avatar is a simple React component that generates a letter's avatar like Microsoft or Google do in their web apps. First letter of each word in a string or a group of initials will be used to generate the avatar. The image of the avatar will be rendered in an html img tag as a real png or jpeg. The image data can be retrieved using javascript to be stored in back-end giving you an initial profile picture in your web or mobile apps when the user does not upload one. Several React props are available to configure the output: size, shape, resolution, colors, etc.
* @version v1.0.0 - 2018-08-26
* @version v1.0.1 - 2018-08-26
* @link https://github.com/ajsoriar/react-string-avatar
* @author Andres J. Soria R. <[email protected]>
* @license MIT License, http://www.opensource.org/licenses/MIT
Expand Down

0 comments on commit c98842b

Please sign in to comment.