Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/google/docsy.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrice Chalin <chalin@users.noreply.github.com>2022-04-07 12:54:45 +0300
committerGitHub <noreply@github.com>2022-04-07 12:54:45 +0300
commitb8183682067afaf9a462000e0a8cfa3ea62e7ac1 (patch)
tree70e069814742211177a116ec36a2737a9d73841f /package.json
parent3188f35ff24e125f45b730bbb884bd7f12691fc2 (diff)
NPM package: change version to 0.2.0 (#961)
This also contains initial edits to the README.
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index 17c6d23..a65dfd0 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "docsy",
- "version": "0.2.0-dev",
+ "version": "0.2.0",
"repository": "github:google/docsy",
"scripts": {
"_cd:docs": "cd userguide &&",