Skip to content

Commit 1e7b7b1

Browse files
committed
Testing to update the version
1 parent 2e9e4dd commit 1e7b7b1

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

bower.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ng-annotate",
3-
"version": "2.1.0",
3+
"version": "2.2.0",
44
"homepage": "https://github.com/DigiExam/ng-annotate",
55
"authors": [
66
"(Rasmus Milesson <[email protected]>)",
@@ -14,8 +14,8 @@
1414
"license": "CC-BY-NC",
1515
"private": true,
1616
"main": [
17-
"./dist/2.1.0/css/ng-annotate-2.1.0.min.css",
18-
"./dist/2.1.0/js/ng-annotate-2.1.0.min.js"
17+
"./dist/2.2.0/css/ng-annotate-2.2.0.min.css",
18+
"./dist/2.2.0/js/ng-annotate-2.2.0.min.js"
1919
],
2020
"ignore": [
2121
"node_modules",

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ng-annotate",
3-
"version": "2.1.0",
3+
"version": "2.2.0",
44
"description": "An AngularJS directive to assist with annotation of text",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)