Skip to content

Commit 0a1f497

Browse files
committed
build: increase release version
1 parent fe2bfc6 commit 0a1f497

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ All notable changes to the "php-skeleton-generator" extension will be documented
44

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

7-
## [Unreleased]
7+
## [0.1.0]
88

99
### Added
1010
- New Type of skeleton for interface

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "php-skeleton-generator",
33
"displayName": "PHP Skeleton Generator",
4-
"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)",
5-
"version": "0.0.1",
4+
"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)",
5+
"version": "0.1.0",
66
"keywords": [
77
"php",
88
"generate",

0 commit comments

Comments
 (0)