Skip to content
This repository was archived by the owner on Feb 4, 2023. It is now read-only.

Commit 4cd090a

Browse files
committed
bump version
1 parent e7271c4 commit 4cd090a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,4 +74,4 @@ help: ## Show this help message
7474

7575
.PHONY: release
7676
release:
77-
tar -czvf handy_pt-v0.1.0-rc4.tar.gz -T release
77+
tar -czvf handy_pt-v0.1.0-rc5.tar.gz -T release

src/util.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import {FunctionComponent} from 'preact';
22
import {SMM} from './types/SMM';
33

4-
const VERSION = '0.1.0-rc4';
4+
const VERSION = '0.1.0-rc5';
55

66
let battery_path = '';
77

0 commit comments

Comments
 (0)