Skip to content

Commit

Permalink
Increase version number
Browse files Browse the repository at this point in the history
  • Loading branch information
fttx committed Nov 20, 2023
1 parent 87798b3 commit a48bf9b
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 47 deletions.
2 changes: 1 addition & 1 deletion config.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='utf-8'?>
<widget android-versionCode="155" id="com.barcodetopc" version="4.6.2" xmlns="http://www.w3.org/ns/widgets" xmlns:android="http://schemas.android.com/apk/res/android" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<widget android-versionCode="156" id="com.barcodetopc" version="4.6.3" xmlns="http://www.w3.org/ns/widgets" xmlns:android="http://schemas.android.com/apk/res/android" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<name>Barcode to PC</name>
<description>Turn your smartphone in a real barcode scanner</description>
<author email="[email protected]" href="https://github.com/fttx">Filippo Tortomasi</author>
Expand Down
73 changes: 28 additions & 45 deletions 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,7 +1,7 @@
{
"name": "barcode-to-pc-app",
"author": "Filippo Tortomasi",
"version": "4.6.2",
"version": "4.6.3",
"homepage": "https://barcodetopc.com/",
"private": true,
"scripts": {
Expand Down

0 comments on commit a48bf9b

Please sign in to comment.