Skip to content

Commit

Permalink
increased version number
Browse files Browse the repository at this point in the history
  • Loading branch information
JoachimCoenen committed Jun 22, 2022
1 parent 04628c1 commit b6ccc52
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Next Version
## Version 0.3.0-alpha
### Features
* Added support for different data pack versions (separate from the MC version).
* Added call tips for mcFunction files.
Expand Down
2 changes: 1 addition & 1 deletion settings/_applicationSettings.py
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ def title(self) -> str:
@pd.ReadOnlyLabel()
@Serialized(shouldSerialize=False, wordWrap=False, label='Version')
def version(self) -> str:
return """0.2.1-alpha"""
return """0.3.0-alpha"""

organization: str = Computed(default="""Joachim Coenen""", decorators=[pd.NoUI()])

Expand Down

0 comments on commit b6ccc52

Please sign in to comment.