Skip to content

Commit

Permalink
decrement version
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanielCherian committed Jun 10, 2021
1 parent 0c7a700 commit ea58252
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 10 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
out
node_modules
client/server
.vscode-test
.vscode-test
*.vsix
8 changes: 4 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@

All notable changes to the "vscode-cashscript" extension will be documented in this file.

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

## 1.0.0
## 0.1.0
Initial release of vscode-cashscript. Features:
- Syntax Highlighting
- Auto-Completion
- Snippets
- Linting
- Contract Compilation (press F5 or click "Compile Contract")
- Contract Compilation (press F5 or click "Compile Contract")

Would like to implement tests and other sustainability features before bumping version
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ None available yet.

Check the [changelog](/CHANGELOG.md) for past releases. Latest stable version:

### 1.0.0
### 0.1.0

Initial release of vscode-cashscript. Features:
- Syntax Highlighting
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"publisher": "NathanielCherian",
"displayName": "cashscript",
"description": "Cashscript language support for Visual Studio Code",
"version": "1.0.0",
"icon": "images/icon.png",
"version": "0.1.0",
"icon": "media/icon.png",
"repository": {
"type": "git",
"url": "https://github.com/nathanielCherian/vscode-cashscript"
Expand Down Expand Up @@ -109,4 +109,4 @@
"vscode": "^1.1.37",
"vscode-test": "^1.5.2"
}
}
}

0 comments on commit ea58252

Please sign in to comment.