Skip to content

Commit

Permalink
0.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
yoryer committed Feb 4, 2022
1 parent 41e3b4c commit 876b537
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion dist/COMMITHASH
Original file line number Diff line number Diff line change
@@ -1 +1 @@
e6ca0358c21f9ced117da285d4309a6de3e3a330
d83da754b90f8cc505973bdf9d23d66a7d74d931
2 changes: 1 addition & 1 deletion dist/LASTCOMMITDATETIME
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2022-02-04T10:45:02-03:00
2022-02-04T10:51:02-03:00
2 changes: 1 addition & 1 deletion dist/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.6.2-30-ge6ca035
v0.7.2
2 changes: 1 addition & 1 deletion dist/toky-sdk-alpha.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "toky-phone-js-sdk",
"version": "0.7.1",
"version": "0.7.2",
"description": "Toky Phone JS SDK v1",
"main": "dist/toky-sdk-alpha.js",
"module": "dist/toky-sdk-alpha.js",
Expand Down
1 change: 1 addition & 0 deletions webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ module.exports = (env, argv) => {
new webpack.ProgressPlugin(),
new GitRevisionPlugin({
branch: true,
versionCommand: 'describe --always --tags',
}),
new CleanWebpackPlugin({
protectWebpackAssets: false,
Expand Down

0 comments on commit 876b537

Please sign in to comment.