Skip to content

Commit

Permalink
no new content, try to fix repetitive update even though already newest
Browse files Browse the repository at this point in the history
  • Loading branch information
Knkajfw committed Jun 7, 2020
1 parent 72c4f02 commit c617cc7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion assets/js/renderer.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const { ipcRenderer, shell } = require('electron');
const qrcode = require('qrcode');
const pldVersion = 143;
const pldVersion = 144;

var canvas = document.getElementById('canvas');
var referLink = '';
Expand Down
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": "pastelikedoinb",
"version": "2.0.2",
"version": "2.0.3",
"description": "An app that generates and auto-type LOL flash tracking messages",
"main": "main.js",
"scripts": {
Expand Down

0 comments on commit c617cc7

Please sign in to comment.