Skip to content
This repository has been archived by the owner on Jul 27, 2022. It is now read-only.

Commit

Permalink
Release 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ldenisey authored and actions-user committed Aug 9, 2021
1 parent 1f8b0f8 commit 801c510
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
# OpenSCAD Intellij plugin ChangeLog

## Unreleased
### Added

### Changed

### Deprecated

### Removed

### Fixed

### Security
## 2.1.1
### Fixed
- Issue-71 & Issue-74 - Fix color identifier detection
- Issue-77 - Fix npe when invoking file contextual action menu
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {
apply plugin: 'org.jetbrains.changelog'

group = 'com.javampire'
version = '2.1.1-SNAPSHOT'
version = '2.1.1'

sourceCompatibility = 1.11
targetCompatibility = 1.11
Expand Down

0 comments on commit 801c510

Please sign in to comment.