Skip to content

Commit

Permalink
⬆️ Version 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
spring-raining committed Apr 8, 2016
1 parent 6bafece commit db06e4c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "giraf",
"version": "2.0.0-beta-6",
"description": "Make gif animations on the web.",
"version": "2.0.0",
"description": "Powerful & Free GIF Creator",
"main": "main.js",
"scripts": {
"install": "./node_modules/gulp/bin/gulp.js",
Expand All @@ -21,7 +21,7 @@
"bugs": {
"url": "https://github.com/spring-raining/giraf/issues"
},
"homepage": "https://github.com/spring-raining/giraf#readme",
"homepage": "https://spring-raining.github.io/Giraf",
"electronName": "Giraf",
"electronVersion": "0.36.3",
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion src/views/project.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ var Project = React.createClass({
<Isvg src="rsc/giraf_logo.svg"
className="project__brand__logo giraf_logo"/>
<div className="project__brand__text">
<span className="project__brand__version">{pkg.version}</span>
<span className="project__brand__version">Version: {pkg.version}</span>
<span className="project__brand__copyright">{pkg.copyright}</span>
</div>
<div className="project__brand__menu">
Expand Down

0 comments on commit db06e4c

Please sign in to comment.