Skip to content
This repository was archived by the owner on Sep 8, 2020. It is now read-only.

Commit 63dd651

Browse files
committed
chore(release): Update version numbers
closes #243
1 parent 1915e8a commit 63dd651

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
# Requirements
77

8-
- AngularJS
8+
- AngularJS 1.4.x or higher and it has been tested with Angular 1.4.8.
99
- TinyMCE 4
1010

1111
# Testing

bower.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-ui-tinymce",
3-
"version": "0.0.14",
3+
"version": "0.0.15",
44
"description": "This directive allows you to TinyMCE in your form.",
55
"author": "https://github.com/angular-ui/ui-tinymce/graphs/contributors",
66
"license": "MIT",
@@ -16,7 +16,7 @@
1616
"package.json"
1717
],
1818
"dependencies": {
19-
"angular": "~1.x",
19+
"angular": "~1.4.x",
2020
"tinymce-dist": "~4.3.0"
2121
},
2222
"devDependencies": {

0 commit comments

Comments
 (0)