hamburgers 0.9.0 → 0.9.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 2cee75ac7c2ae66a254bedd298b9f666f34ff0cc
4
- data.tar.gz: 04aeb1c8a4f9a8afaea8e7cb45fa964127e4b8ba
3
+ metadata.gz: 79aa348b249b2733976c880c148f502fd778dd54
4
+ data.tar.gz: 4e5e342b84840c3672e773cf414b4ee7d5f7435f
5
5
  SHA512:
6
- metadata.gz: afe349270abb8a5f2d2385ee0b53d1bf30a15a3ab33b13e34cbadc90b12dfc33429d5be02fd7badce3870dbb7a01a6f46ab76441793d474495c6bf4f781a58a3
7
- data.tar.gz: ffe65bd463036701e4fa115982690149c20759bc4c4a5d516201cb6a818df815605f47dd8a9b9fba5e27953410a69abdf85d8e9d397dd0728bf0b863288e10ff
6
+ metadata.gz: f3e463618df1a929ff69b59b8550f921c064312600ba6934b3bd1822c4ea9effe7fac0bb734c027328f9e4b395daf5edb6784edc93d1d166d68914332bcf1d24
7
+ data.tar.gz: c3de5d520c77081dcd96130f3c0e38cab2dae06096c46f5f17276f196667a84390cd5d500aef66b194cec5fa848b4dd23856ce0ce54c33953db73da7d1265525
@@ -2,7 +2,7 @@
2
2
 
3
3
  Changelog for Hamburgers.
4
4
 
5
- ## [0.9.0] - 7/6/2017
5
+ ## [0.9.1] - 7/6/2017
6
6
  ### Added
7
7
  - Add new types: `3dxy`, `3dxy-r`, `arrowturn`, `arrowturn-r`, `minus`
8
8
 
data/bower.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "css-hamburgers",
3
- "version": "0.9.0",
3
+ "version": "0.9.1",
4
4
  "description": "Collection of tasty CSS-animated hamburger icons. Includes Sass files (modular and customizable), so cook up your own hamburger.",
5
5
  "homepage": "https://jonsuh.com/hamburgers",
6
6
  "license": "MIT",
@@ -1,3 +1,3 @@
1
1
  module Hamburgers
2
- VERSION = "0.9.0"
2
+ VERSION = "0.9.1"
3
3
  end
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hamburgers",
3
- "version": "0.8.1",
3
+ "version": "0.9.1",
4
4
  "lockfileVersion": 1,
5
5
  "dependencies": {
6
6
  "@gulp-sourcemaps/identity-map": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hamburgers",
3
- "version": "0.9.0",
3
+ "version": "0.9.1",
4
4
  "description": "Collection of tasty CSS-animated hamburger icons. Includes Sass files (modular and customizable), so cook up your own hamburger.",
5
5
  "homepage": "https://jonsuh.com/hamburgers",
6
6
  "license": "MIT",
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hamburgers
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.0
4
+ version: 0.9.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jonathan Suh