Skip to content

Commit

Permalink
Version bump.
Browse files Browse the repository at this point in the history
  • Loading branch information
klausj committed Dec 20, 2019
1 parent f19f62e commit 64e06ba
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.22.10"` to the `dependencies` array property in the `package.json` file of your application. Run `npm install` to install the package.
Add `"speechrecorderng": "0.24.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.22.10",
"version": "0.24.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.22.10",
"version": "0.24.0",
"peerDependencies": {
"@angular/animations": "^7.2.15",
"@angular/cdk": "^7.3.7",
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.22.10'
export const VERSION='0.24.0'

0 comments on commit 64e06ba

Please sign in to comment.