Skip to content

Commit

Permalink
build: increase release version
Browse files Browse the repository at this point in the history
  • Loading branch information
adrigar94 committed Dec 22, 2022
1 parent fe2bfc6 commit 0a1f497
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ All notable changes to the "php-skeleton-generator" extension will be documented

Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file.

## [Unreleased]
## [0.1.0]

### Added
- New Type of skeleton for interface
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "php-skeleton-generator",
"displayName": "PHP Skeleton Generator",
"description": "With just a few clicks, you can create PHP classes, interfaces, traits, and enums with all the properties and methods you need. (PSR-4 compatible)",
"version": "0.0.1",
"description": "With just a few steps, you can create PHP classes, interfaces, traits, and enums with all the properties and methods you need. (PSR-4 compatible)",
"version": "0.1.0",
"keywords": [
"php",
"generate",
Expand Down

0 comments on commit 0a1f497

Please sign in to comment.