Skip to content

Commit 7b881b0

Browse files
Merge pull request #8 from piotrmaciejbednarski/release-1.2.0
Add support for opposite NOT gates
2 parents 8a51adf + acd27cb commit 7b881b0

File tree

6 files changed

+233
-140
lines changed

6 files changed

+233
-140
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,4 +118,5 @@ runs/
118118
# Avoid ignoring Gradle wrapper jar file (.jar files are usually ignored)
119119
!gradle-wrapper.jar
120120

121-
.oldgit
121+
.oldgit
122+
.vscode

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ plugins {
44
}
55

66
group = 'pl.bednarskiwsieci'
7-
version = '1.1.9'
7+
version = '1.2.0'
88

99
repositories {
1010
mavenCentral()

0 commit comments

Comments
 (0)