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

Commit 5832dfc

Browse files
committed
fix CI and change to ver 0.1.2
1 parent 2e40bee commit 5832dfc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ name: Java CI with Gradle
66
on:
77
push:
88
branches:
9-
- main
9+
- dev
1010
jobs:
1111
build:
1212

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ buildscript {
1414
apply plugin: 'net.minecraftforge.gradle.forge'
1515

1616

17-
version = "0.1.1-beta"
17+
version = "0.1.2-beta"
1818
group = "net.htmlcsjs.htmlTech"
1919
archivesBaseName = "htmlTech"
2020

0 commit comments

Comments
 (0)