Skip to content

Commit

Permalink
Release 0.0.15 + Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanschramm committed Dec 25, 2023
1 parent 32ca262 commit 57058d5
Show file tree
Hide file tree
Showing 5 changed files with 72 additions and 72 deletions.
134 changes: 67 additions & 67 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 retroload-lib/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "retroload-lib",
"version": "0.0.14",
"version": "0.0.15",
"description": "Library for converting tape archive files of historical computers into sound for loading them on real devices",
"author": "Stefan Schramm",
"email": "[email protected]",
Expand Down
2 changes: 1 addition & 1 deletion retroload-lib/src/version.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
// Generated by genversion.
export const version = '0.0.14';
export const version = '0.0.15';
4 changes: 2 additions & 2 deletions retroload/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "retroload",
"version": "0.0.14",
"version": "0.0.15",
"description": "Command line utility for converting tape archive files of historical computers into sound for loading them on real devices",
"keywords": [
"sinclair",
Expand Down Expand Up @@ -43,7 +43,7 @@
},
"dependencies": {
"commander": "^11.1.0",
"retroload-lib": "^0.0.14"
"retroload-lib": "^0.0.15"
},
"devDependencies": {
"genversion": "^3.1.1"
Expand Down
2 changes: 1 addition & 1 deletion retroload/src/version.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
// Generated by genversion.
export const version = '0.0.14';
export const version = '0.0.15';

0 comments on commit 57058d5

Please sign in to comment.