Skip to content

Commit

Permalink
Bumped version number to 0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Unrud committed Jun 2, 2015
1 parent 1e6adb8 commit 495d72c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Enable headphone jack on Clevo W230SS and W230SD after suspend
## Usage
```
$ init-headphone --help
Version: 0.4
Version: 0.5
usage: init-headphone [init]
usage: init-headphone effect0
usage: init-headphone effect1
Expand Down
2 changes: 1 addition & 1 deletion init-headphone
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import locale

__all__ = ["init_headphone", "set_mute", "set_effect"]

VERSION = "0.4"
VERSION = "0.5"
SUPPORTED_SYSTEM_PRODUCT_NAMES = ["W230SS", "W230SD", "Mythlogic Chaos 1313-A", "HUMA H3"]
SUPPORTED_I2C_BUS_NAMES = ["SMBus I801 adapter at f040"]
I2C_CLASS_PATH = "/sys/class/i2c-dev"
Expand Down

0 comments on commit 495d72c

Please sign in to comment.