Skip to content
This repository was archived by the owner on May 25, 2019. It is now read-only.

Commit 9b7f7b6

Browse files
committed
version bump
1 parent 3b33126 commit 9b7f7b6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
'use strict';
22
var packageName = 'codelovers:angular-ui-codemirror-all-modes';
33
var where = 'client'; // where to install: 'client' or 'server'. For both, pass nothing.
4-
var version = '0.3.2';
4+
var version = '0.3.3';
55
var summary = 'This directive allows you to add CodeMirror to your textarea elements. Includes all modes';
66
var gitLink = 'https://github.com/hhravn/ui-codemirror';
77
var documentationFile = 'README.md';

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-ui-codemirror",
3-
"version": "0.3.0",
3+
"version": "0.3.3",
44
"description": "This directive allows you to add CodeMirror to your textarea elements.",
55
"author": "https://github.com/angular-ui/ui-codemirror/contributors",
66
"license": "MIT",

0 commit comments

Comments
 (0)