Skip to content

Commit d416041

Browse files
committed
Update package version to 1.2.0
1 parent 81241c3 commit d416041

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@ The official CSS implementation of the Forge design system created by [@zigurous
1111
### CDN
1212

1313
Available from any of the following:
14-
- Install with CloudFront `https://cdn.zigurous.com/forge-css@1.1.0/dist/index.min.css`
15-
- Install with jsDelivr `https://cdn.jsdelivr.net/gh/zigurous/forge-css@1.1.0/dist/index.min.css`
16-
- Install with Statically `https://cdn.statically.io/gh/zigurous/forge-css/1.1.0/dist/index.min.css`
14+
- Install with CloudFront `https://cdn.zigurous.com/forge-css@1.2.0/dist/index.min.css`
15+
- Install with jsDelivr `https://cdn.jsdelivr.net/gh/zigurous/forge-css@1.2.0/dist/index.min.css`
16+
- Install with Statically `https://cdn.statically.io/gh/zigurous/forge-css/1.2.0/dist/index.min.css`
1717

1818
Link to the stylesheet in your HTML file:
1919
```html
20-
<link href="https://cdn.zigurous.com/forge-css@1.1.0/dist/index.min.css" rel="stylesheet">
20+
<link href="https://cdn.zigurous.com/forge-css@1.2.0/dist/index.min.css" rel="stylesheet">
2121
```
2222

2323
### GitHub Packages

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@zigurous/forge-css",
3-
"version": "1.1.0",
3+
"version": "1.2.0",
44
"license": "SEE LICENSE IN LICENSE",
55
"repository": "https://github.com/zigurous/forge-css",
66
"devDependencies": {

0 commit comments

Comments
 (0)