Skip to content
This repository has been archived by the owner on Jan 21, 2024. It is now read-only.

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
knalli committed Jan 21, 2024
1 parent f7df652 commit 1e5d109
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "angular-translate-loader-partial",
"description": "A plugin for Angular Translate",
"version": "2.19.0",
"version": "2.19.1",
"main": "./angular-translate-loader-partial.js",
"ignore": [],
"author": "Pascal Precht",
"license": "MIT",
"dependencies": {
"angular-translate": "~2.19.0"
"angular-translate": "~2.19.1"
}
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-translate-loader-partial",
"version": "2.19.0",
"version": "2.19.1",
"description": "angular-translate-loader-partial",
"main": "angular-translate-loader-partial.js",
"repository": {
Expand All @@ -19,6 +19,6 @@
},
"homepage": "https://angular-translate.github.io",
"dependencies": {
"angular-translate": "~2.19.0"
"angular-translate": "~2.19.1"
}
}

0 comments on commit 1e5d109

Please sign in to comment.