Skip to content

Commit

Permalink
Version bump to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
klausj committed Mar 2, 2020
1 parent b2ed3f2 commit e29ffba
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ This project was generated with [Angular CLI](https://github.com/angular/angular

### Install NPM package
Speechrecorder module is available as NPM package.
Add `"speechrecorderng": "0.28.2"` to the `dependencies` array property in the `package.json` file of your application. Run `npm install` to install the package.
Add `"speechrecorderng": "1.0.0"` to the `dependencies` array property in the `package.json` file of your application. Run `npm install` to install the package.
### Module integration
Add SpeechRecorderNg module to imports property of your `AppModule` annotation. The module main component `SpeechRecorder` should be activated by an Angular route.

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "web-speech-recorder-ng",
"version": "0.54.0",
"version": "1.0.0",
"author": {
"name": "Klaus Jänsch",
"email": "klausj@phonetik.uni-muenchen.de"
Expand Down
2 changes: 1 addition & 1 deletion projects/speechrecorderng/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "speechrecorderng",
"version": "0.54.0",
"version": "1.0.0",
"peerDependencies": {

"@angular/animations": "^9.0.0",
Expand Down
2 changes: 1 addition & 1 deletion projects/speechrecorderng/src/lib/spr.module.version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const VERSION='0.53.0'
export const VERSION='1.0.0'

0 comments on commit e29ffba

Please sign in to comment.