Skip to content

Commit 1bc13ae

Browse files
committed
Change package version!
1 parent 81b1d8b commit 1bc13ae

6 files changed

Lines changed: 6 additions & 6 deletions

File tree

build/cjs/swipe.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,4 +226,4 @@ var SwipeEventsManager = /** @class */ (function () {
226226
return SwipeEventsManager;
227227
}());
228228
exports.SwipeEventsManager = SwipeEventsManager;
229-
// SwipeEventsManager v1.1.0 | © CodiTheck organization
229+
// SwipeEventsManager v1.1.1 | © CodiTheck organization

build/cjs/swipe.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build/swipe.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,4 +222,4 @@ var SwipeEventsManager = /** @class */ (function () {
222222
return SwipeEventsManager;
223223
}());
224224
export { SwipeEventsManager };
225-
// SwipeEventsManager v1.1.0 | © CodiTheck organization
225+
// SwipeEventsManager v1.1.1 | © CodiTheck organization

build/swipe.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ minifiedCJSPkgPath=$cjsFolderPath"/"$pkgFileName".min.js"
1010
fullES6PkgPath=$buildFolderPath"/"$pkgFileName".js"
1111
minifiedES6PkgPath=$buildFolderPath"/"$pkgFileName".min.js"
1212
copyrightFilePath=$cjsFolderPath"/copyright.txt"
13-
copyrightContent="// SwipeEventsManager v1.1.0 | © CodiTheck organization"
13+
copyrightContent="// SwipeEventsManager v1.1.1 | © CodiTheck organization"
1414
tsconfigCJSFile="./tsconfig.cjs.json"
1515
tsconfigES6File="./tsconfig.es6.json"
1616
exportContent="var exports={};"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"types": "./build/swipe.d.ts",
88
"main": "./build/swipe.js",
99
"sideEffects": false,
10-
"version": "1.1.0",
10+
"version": "1.1.1",
1111
"license": "MIT",
1212
"bugs": {
1313
"url": "https://github.com/obrymec/swipe_events_manager/issues"

0 commit comments

Comments
 (0)