-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #8 from hideakitai/chore/bump-version-v0.1.2
chore: bump version v0.1.2
- Loading branch information
Showing
2 changed files
with
17 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,18 @@ | ||
{ | ||
"name": "MCP4728", | ||
"keywords": "i2c,wire,dac", | ||
"description": "Arduino library for MCP4728 quad channel, 12-bit voltage output Digital-to-Analog Convertor with non-volatile memory and I2C compatible Serial Interface", | ||
"repository": | ||
{ | ||
"type": "git", | ||
"url": "/~https://github.com/hideakitai/MCP4728.git" | ||
}, | ||
"authors": | ||
{ | ||
"name": "Hideaki Tai", | ||
"url": "/~https://github.com/hideakitai", | ||
"maintainer": true | ||
}, | ||
"version": "0.1.0", | ||
"license": "MIT", | ||
"frameworks": "arduino", | ||
"platforms": "*" | ||
"name": "MCP4728", | ||
"keywords": "i2c,wire,dac", | ||
"description": "Arduino library for MCP4728 quad channel, 12-bit voltage output Digital-to-Analog Convertor with non-volatile memory and I2C compatible Serial Interface", | ||
"repository": { | ||
"type": "git", | ||
"url": "/~https://github.com/hideakitai/MCP4728.git" | ||
}, | ||
"authors": { | ||
"name": "Hideaki Tai", | ||
"url": "/~https://github.com/hideakitai", | ||
"maintainer": true | ||
}, | ||
"version": "0.1.2", | ||
"license": "MIT", | ||
"frameworks": "arduino", | ||
"platforms": "*" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters