Skip to content

Commit 9dfcd57

Browse files
committed
Apio upgraded to 0.8.0.post1
1 parent ce4b8ec commit 9dfcd57

File tree

5 files changed

+7
-6
lines changed

5 files changed

+7
-6
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@ Add or update the [app translations](https://github.com/FPGAwars/icestudio/tree/
118118

119119
|Version | Contributors |
120120
|--------|--------------|
121+
| 0.9-1 | [Juan González (Obijuan)](https://github.com/Obijuan) |
121122
| 0.9 | [Carlos Venegas Arrabé](https://github.com/cavearr), [mslider](https://github.com/mSlider), [Joaquim (jojo535275)](https://github.com/jojo535275),[Fernando Mosquera](https://github.com/benitoss), [TheSnowfield](https://github.com/TheSnowfield), [Juan González (Obijuan)](https://github.com/Obijuan) |
122123
| 0.8 | [Carlos Venegas Arrabé](https://github.com/cavearr), [Joaquim (jojo535275)](https://github.com/jojo535275), [Fernando Mosquera](https://github.com/benitoss), [Ümit Solmaz](https://github.com/usnotv), [TinLethax](https://github.com/TiNredmc), [seanybaggins](https://github.com/seanybaggins), [mslider](https://github.com/mSlider), [Juan González (Obijuan)](https://github.com/Obijuan) |
123124
| 0.7 | [Carlos Venegas Arrabé](https://github.com/cavearr), [Juan González (Obijuan)](https://github.com/Obijuan), [Joaquim (jojo535275)](https://github.com/jojo535275) |
@@ -150,7 +151,7 @@ Licensed under [GPL 2.0](http://opensource.org/licenses/GPL-2.0) and [Creative C
150151

151152
<!-- Badges -->
152153

153-
[version-image]: https://img.shields.io/badge/version-v0.8.1w-orange.svg
154+
[version-image]: https://img.shields.io/badge/version-v0.9.0-orange.svg
154155

155156
[license-image]: http://img.shields.io/:license-gpl-blue.svg
156157

app/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "icestudio",
33
"flavour": "develop",
4-
"version": "0.9.0",
4+
"version": "0.9.0-1",
55
"description": "Visual editor for open FPGA boards",
66
"contributors": [
77
{
@@ -33,7 +33,7 @@
3333
"icon": "resources/images/icestudio-logo.png"
3434
},
3535
"apio": {
36-
"min": "0.8.0",
36+
"min": "0.8.0.post1",
3737
"max": "1.0.0",
3838
"extras": [
3939
"blackiceprog",

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "icestudio",
3-
"version": "0.9.0",
3+
"version": "0.9.0-1",
44
"description": "Visual editor for open FPGA boards",
55
"contributors": [
66
{

0 commit comments

Comments
 (0)