Skip to content

Commit b63792c

Browse files
committed
v2.0.4 Release - Fixed Bugs for Sketch 52.5
1 parent e7a555e commit b63792c

File tree

6 files changed

+17
-13
lines changed

6 files changed

+17
-13
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ CoolHue is also available as a node module. You can read [How it works](https://
2121
`npm install --save-dev coolhue`
2222

2323
## Sketch App Plugin
24-
1. Download [`Coolhue.sketchplugin.zip`](https://github.com/webkul/coolhue/releases/download/v2.0.3/CoolHue.sketchplugin.zip)
24+
1. Download [`Coolhue.sketchplugin.zip`](https://github.com/webkul/coolhue/releases/download/v2.0.4/CoolHue.sketchplugin.zip)
2525
2. Extract the archive
2626
3. Install `Coolhue.sketchplugin` for Sketch App
2727
4. Access it from Sketch's Menu Bar. Go to `Plugins` ➡️ `Coolhue` ➡️ `Palette`

distro/CoolHue.sketchplugin/Contents/Resources/_webpack_resources/049033edab13059540b2a210918419cb.html distro/CoolHue.sketchplugin/Contents/Resources/_webpack_resources/ba2d9836387884f15f45466d8db71894.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
<meta name="viewport" content="width=device-width, initial-scale=1.0">
77
<meta http-equiv="X-UA-Compatible" content="ie=edge">
88
<title>View</title>
9-
<link rel="stylesheet" href="../core/assets/style.css?1.0.1" type="text/css">
10-
<script type="text/javascript" src="../core/assets/script.min.js?1.0.1"></script>
9+
<link rel="stylesheet" href="../core/assets/style.css" type="text/css">
10+
<script type="text/javascript" src="../core/assets/script.min.js"></script>
1111
</head>
1212

1313
<body>

distro/CoolHue.sketchplugin/Contents/Resources/core/assets/script.min.js

+5-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

distro/CoolHue.sketchplugin/Contents/Sketch/coolhue.js

+7-7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

distro/CoolHue.sketchplugin/Contents/Sketch/coolhue.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

distro/CoolHue.sketchplugin/Contents/Sketch/manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
]
1717
},
1818
"appcast": "https://raw.githubusercontent.com/webkul/coolhue/master/appcast.xml",
19-
"version": "2.0.0",
19+
"version": "2.0.4",
2020
"description": "Coolest handpicked Gradient Hues and Swatches",
2121
"name": "CoolHue",
2222
"identifier": "CoolHue",

0 commit comments

Comments
 (0)