version bump

This commit is contained in:
cupcakearmy 2021-05-28 20:56:43 +02:00
parent 2606214e53
commit 53c16e7063
No known key found for this signature in database
GPG Key ID: D28129AE5654D9D9
2 changed files with 11 additions and 1 deletions

View File

@ -5,6 +5,16 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [1.1.1] - 2021-05-28
### Added
- Responsive image
### Fixed
- Settings page not opening
## [1.1.0] - 2021-05-15
### Added

View File

@ -11,7 +11,7 @@
"repository": {
"url": "https://github.com/cupcakearmy/unpixel"
},
"version": "1.1.0",
"version": "1.1.1",
"main": "./dist/back/index.js",
"scripts": {
"start": "electron .",