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

Commit 0871ed7

Browse files
committed
This is version 0.4
1 parent c546641 commit 0871ed7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Refined Pipes Changelog
22

3-
## 0.3.1
3+
## 0.4
44
- Added filtering options for the Extractor Attachment (raoulvdberge)
55
- Added redstone mode options for the Extractor Attachment (raoulvdberge)
66
- Added whitelist / blacklist options for the Extractor Attachment (raoulvdberge)

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ apply plugin: 'net.minecraftforge.gradle'
2323
apply plugin: 'eclipse'
2424
apply plugin: 'maven-publish'
2525

26-
version = '0.3.1'
26+
version = '0.4'
2727
def env = System.getenv()
2828
if (env.BUILD_NUMBER) {
2929
version = version + "+" + "${env.BUILD_NUMBER}"

0 commit comments

Comments
 (0)