Skip to content
This repository was archived by the owner on May 4, 2023. It is now read-only.

Commit 676eae5

Browse files
committed
bump to version 2
1 parent aba14cc commit 676eae5

File tree

4 files changed

+9
-6
lines changed

4 files changed

+9
-6
lines changed

DEVELOPMENT.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## Draft a release with binaries
44

5+
First, make sure you edit the version in `package.json` and `release/app/package.json`.
6+
57
- `git tag vX.Y.Z`
68
- `git push && git push --tags`
79

package-lock.json

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

release/app/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

release/app/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"name": "codiga-electron-app",
3-
"version": "0.0.1",
4-
"description": "Codiga Electron App",
2+
"name": "codiga",
3+
"version": "0.0.2",
4+
"description": "Codiga Code Snippets Manager",
55
"license": "MIT",
66
"author": {
77
"name": "Codiga",

0 commit comments

Comments
 (0)