@cu-mkp/editioncrafter 0.2.12 → 1.0.0

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,7 +1,7 @@
1
1
  [![DOI](https://zenodo.org/badge/574677398.svg)](https://zenodo.org/badge/latestdoi/574677398)
2
2
 
3
3
  # editioncrafter
4
- NOW IN BETA: Software for the development of EditionCrafter, digital critical edition publication tool
4
+ Software for the development of EditionCrafter, digital critical edition publication tool
5
5
 
6
6
  EditionCrafter can be included in a React app or a HTML website. EditionCrafter should work on any content management system (CMS) where you can edit the HTML of your page. We have tested it on Hugo CMS, Astro Framework, and Scalar CMS. We also have an example Hugo website that you can fork. Please see that website's [README](https://github.com/cu-mkp/editioncrafter-project) for more information.
7
7
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cu-mkp/editioncrafter",
3
- "version": "0.2.12",
3
+ "version": "1.0.0",
4
4
  "description": "A simple digital critical edition publication tool",
5
5
  "homepage": "https://cu-mkp.github.io/editioncrafter/",
6
6
  "private": false,