From 7b5a0d1c5b1e5b775177918571e8e17be4d413cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julian=20P=C3=B6mp?= Date: Fri, 11 Jun 2021 09:04:18 +0200 Subject: [PATCH] updated README --- README.md | 2 -- ngx-codejar/package.json | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 72e370a..cb3c793 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,3 @@ -**STILL IN DEVELOPMENT** - # ngx-codejar This is an Angular wrapper for the code-editor [CodeJar](https://github.com/antonmedv/codejar) by Anton Medvedev. It diff --git a/ngx-codejar/package.json b/ngx-codejar/package.json index 60b785e..678a3cb 100644 --- a/ngx-codejar/package.json +++ b/ngx-codejar/package.json @@ -1,6 +1,6 @@ { "name": "ngx-codejar", - "version": "1.0.", + "version": "1.0.0", "description": "Angular wrapper for CodeJar supporting Prism.js and Highlight.js. With this you can easily add code-editors to your Angular app.", "peerDependencies": { "@angular/common": "^10.2.4",