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

Commit

Permalink
Bump version to release v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pastaq committed Jul 7, 2022
1 parent 8dd88f5 commit e668172
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -74,4 +74,4 @@ help: ## Show this help message

.PHONY: release
release:
tar -czvf handy_pt-v0.1.0-rc5.tar.gz -T release
tar -czvf handy_pt-v0.1.0.tar.gz -T release
2 changes: 1 addition & 1 deletion src/util.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import {FunctionComponent} from 'preact';
import {SMM} from './types/SMM';

const VERSION = '0.1.0-rc5';
const VERSION = '0.1.0';

let battery_path = '';

Expand Down

0 comments on commit e668172

Please sign in to comment.