This commit is contained in:
Juan Ferrer 2022-05-01 10:49:06 +02:00
parent b38faa7652
commit a0e76b806d
2 changed files with 1 additions and 2 deletions

View File

@ -313,7 +313,6 @@ class MyVC {
if (head && commitSha) { if (head && commitSha) {
let commit; let commit;
let notFound; let notFound;
commitSha = '9254aa7c35a1d25bf93629d2df4d5c1f87f21224'
try { try {
commit = await repo.getCommit(commitSha); commit = await repo.getCommit(commitSha);

View File

@ -1,6 +1,6 @@
{ {
"name": "myvc", "name": "myvc",
"version": "1.4.3", "version": "1.4.4",
"author": "Verdnatura Levante SL", "author": "Verdnatura Levante SL",
"description": "MySQL Version Control", "description": "MySQL Version Control",
"license": "GPL-3.0", "license": "GPL-3.0",