Skip to content

Commit

Permalink
Merge pull request #8 from hideakitai/chore/bump-version-v0.1.2
Browse files Browse the repository at this point in the history
chore: bump version v0.1.2
  • Loading branch information
hideakitai authored Nov 7, 2024
2 parents 2913b50 + 083baae commit d6fa37e
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 19 deletions.
34 changes: 16 additions & 18 deletions library.json
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": "*"
}
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=MCP4728
version=0.1.0
version=0.1.2
author=hideakitai
maintainer=hideakitai
sentence=Arduino library for MCP4728 quad channel, 12-bit voltage output Digital-to-Analog Convertor with non-volatile memory and I2C compatible Serial Interface
Expand Down

0 comments on commit d6fa37e

Please sign in to comment.