Skip to content

Commit fb722fd

Browse files
committed
opencodelaw: bump to v2.0.0
1 parent 82167a8 commit fb722fd

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ To use OpenCodeLaw, follow these steps:
2222
<!-- Include theme's CSS -->
2323
<link
2424
rel="stylesheet"
25-
href="https://cdn.jsdelivr.net/gh/ServiceToMankind/opencodelaw@1.2.0/css/style.css"
25+
href="https://cdn.jsdelivr.net/gh/ServiceToMankind/opencodelaw@2.0.0/css/style.css"
2626
/>
2727
</head>
2828
<body>
@@ -32,7 +32,7 @@ To use OpenCodeLaw, follow these steps:
3232
<!-- Include required scripts -->
3333
<script src="https://cdn.jsdelivr.net/npm/marked/marked.min.js"></script>
3434
<script src="https://cdnjs.cloudflare.com/ajax/libs/js-yaml/4.0.0/js-yaml.min.js"></script>
35-
<script src="https://cdn.jsdelivr.net/gh/ServiceToMankind/opencodelaw@1.2.0/js/opencodelaw.js"></script>
35+
<script src="https://cdn.jsdelivr.net/gh/ServiceToMankind/opencodelaw@2.0.0/js/opencodelaw.js"></script>
3636
</body>
3737
</html>
3838
```

specs/v1.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ info:
1010
url: https://example.com/contact
1111
1212
license: MIT
13-
version: 1.0.0
13+
version: 2.0.0
1414
preamble:
1515
title: PREAMBLE
1616
content: |

specs/v2.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ info:
1010
url: https://example.com/contact
1111
1212
license: MIT
13-
version: 1.0.0
13+
version: 2.0.0
1414
preamble:
1515
title: PREAMBLE
1616
content: |

0 commit comments

Comments
 (0)