]> git.r.bdr.sh - rbdr/heart/commitdiff
Merge branch 'hotfix/1.1.1'
authorBen Beltran <redacted>
Sun, 19 Feb 2017 09:52:01 +0000 (03:52 -0600)
committerBen Beltran <redacted>
Sun, 19 Feb 2017 09:52:01 +0000 (03:52 -0600)
CHANGELOG.md
index.html
package.json

index 83d2c08875843d9faa25b908ce2dbffbdfa89347..b0d75982608128c7601da58e1e3b73bf9edff29a 100644 (file)
@@ -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
index cf7fa03252c3140bd06e4f4407d72eceb692aef6..a27e5d7238ed6827f32c357f62e029c535371eb0 100644 (file)
@@ -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">
index ae52dcd6614cd6bb01d6d8914b0f92b3b4e84baa..405668681c181498deaef9a311bc77d26ffca3f0 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "heart",
-  "version": "1.1.0",
+  "version": "1.1.1",
   "description": "The heart",
   "main": "index.js",
   "scripts": {