diff --git a/package.json b/package.json index 4e133a55..a16e069f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ecmarkup", - "version": "1.7.0", + "version": "2.0.0-beta1", "description": "Custom element definitions and core utilities for markup that specifies ECMAScript and related technologies.", "main": "lib/ecmarkup.js", "scripts": { diff --git a/spec/index.html b/spec/index.html index c7870c9f..25bffbdc 100644 --- a/spec/index.html +++ b/spec/index.html @@ -12,14 +12,14 @@
Ecmarkup is a number of custom elements and a toolchain suitable for formally specifying semantics for ECMAScript proposals.
-Ecmarkup offers the following conveniences:
+Ecmarkup offers the following conveniences (among many others):
This document is itself written using Ecmarkup. Its source can be viewed on github. Additionally, you can view the Array.prototype.includes proposal in Ecmarkup format.