Skip to content

Commit ea58252

Browse files
decrement version
1 parent 0c7a700 commit ea58252

5 files changed

Lines changed: 11 additions & 10 deletions

File tree

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
out
22
node_modules
33
client/server
4-
.vscode-test
4+
.vscode-test
5+
*.vsix

CHANGELOG.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22

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

5-
Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file.
6-
7-
## 1.0.0
5+
## 0.1.0
86
Initial release of vscode-cashscript. Features:
97
- Syntax Highlighting
108
- Auto-Completion
119
- Snippets
1210
- Linting
13-
- Contract Compilation (press F5 or click "Compile Contract")
11+
- Contract Compilation (press F5 or click "Compile Contract")
12+
13+
Would like to implement tests and other sustainability features before bumping version

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ None available yet.
5050

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

53-
### 1.0.0
53+
### 0.1.0
5454

5555
Initial release of vscode-cashscript. Features:
5656
- Syntax Highlighting

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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"publisher": "NathanielCherian",
44
"displayName": "cashscript",
55
"description": "Cashscript language support for Visual Studio Code",
6-
"version": "1.0.0",
7-
"icon": "images/icon.png",
6+
"version": "0.1.0",
7+
"icon": "media/icon.png",
88
"repository": {
99
"type": "git",
1010
"url": "https://github.com/nathanielCherian/vscode-cashscript"
@@ -109,4 +109,4 @@
109109
"vscode": "^1.1.37",
110110
"vscode-test": "^1.5.2"
111111
}
112-
}
112+
}

0 commit comments

Comments
 (0)