aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Beltran <ben@nsovocal.com>2017-02-19 03:52:01 -0600
committerBen Beltran <ben@nsovocal.com>2017-02-19 03:52:01 -0600
commit6acd3480b9ece43ea50142abe0a0ca410e32bd5e (patch)
tree761b5339cde91f595d76ab90e4ce2b12c41c3751
parent112b16f7f11639178bb2c38649fa92e483f6e73e (diff)
parent43764349c0c78925e5d83ab5dad2d0e51a152d60 (diff)
Merge branch 'hotfix/1.1.1'
-rw-r--r--CHANGELOG.md5
-rw-r--r--index.html5
-rw-r--r--package.json2
3 files changed, 11 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 83d2c08..b0d7598 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).
+## [1.1.1] - 2017-02-19
+### Changed
+- Set encoding and description on index
+
## [1.1.0] - 2017-02-19
### Added
- Add resizing based on scrollwheel
@@ -28,3 +32,4 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
[Unreleased]: https://github.com/rbdr/heart/compare/master...develop
[1.0.1]: https://github.com/rbdr/heart/compare/1.0.0...1.0.1
[1.1.0]: https://github.com/rbdr/heart/compare/1.0.1...1.1.0
+[1.1.1]: https://github.com/rbdr/heart/compare/1.1.0...1.1.1
diff --git a/index.html b/index.html
index cf7fa03..a27e5d7 100644
--- a/index.html
+++ b/index.html
@@ -1,6 +1,11 @@
<!doctype html>
<html>
<head>
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+ <meta charset="utf-8">
+ <meta name="author" content="Rubén Beltrán del Río">
+ <meta name="description" content="❤️ - draw with the power of your heart">
+
<title>❤️</title>
<link href="/css/app.css" rel="stylesheet">
diff --git a/package.json b/package.json
index ae52dcd..4056686 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "heart",
- "version": "1.1.0",
+ "version": "1.1.1",
"description": "The heart",
"main": "index.js",
"scripts": {