From 0059fd5621c73ff612f419450ff77f15a5490681 Mon Sep 17 00:00:00 2001 From: Darkborderman Date: Tue, 20 Aug 2024 00:45:48 +0800 Subject: [PATCH] Update --- .gitattributes | 2 +- .github/workflows/github-repo-info.yml | 4 ++-- LICENSE | 2 +- README.md | 4 +++- metadata.yml | 4 ++-- mod_info.json | 4 ++-- 6 files changed, 11 insertions(+), 9 deletions(-) diff --git a/.gitattributes b/.gitattributes index c1368df..3f10803 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1,2 @@ -* text=auto eol=lf +* text eol=lf * linguist-detectable diff --git a/.github/workflows/github-repo-info.yml b/.github/workflows/github-repo-info.yml index 0d975fd..585ab15 100644 --- a/.github/workflows/github-repo-info.yml +++ b/.github/workflows/github-repo-info.yml @@ -7,10 +7,10 @@ on: jobs: build: - runs-on: ubuntu-22.04 + runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Update Github repo info uses: Darkborderman/github-actions/github-repo-info@master env: diff --git a/LICENSE b/LICENSE index 1d3c1b4..8e45bda 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2023 Darkborderman +Copyright (c) 2024 Darkborderman Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index 0a2bbc2..a209c24 100644 --- a/README.md +++ b/README.md @@ -1 +1,3 @@ -# Starsector-LowerLevelCurve \ No newline at end of file +# Starsector-LowerLevelCurve + +Set max player level to 40 and lower exp curve in Starsector diff --git a/metadata.yml b/metadata.yml index e5d5d97..5e38005 100644 --- a/metadata.yml +++ b/metadata.yml @@ -1,7 +1,7 @@ github: - description: Lower leveling curve and incrase max level in Starsector. + description: Set max player level to 40 and lower exp curve in Starsector. enable_discussions: false - enable_issues: true + enable_issues: false enable_projects: false enable_wiki: false homepage: https://github.com/DarkbordermanModding/Starsector-LowerLevelCurve diff --git a/mod_info.json b/mod_info.json index 176d438..79c6659 100644 --- a/mod_info.json +++ b/mod_info.json @@ -3,6 +3,6 @@ "name": "Lower Level Curve", "author": "Darkborderman", "version": "0.0.0", - "description": "Set max player level to 40 and lower exp curve for levels", - "gameVersion": "0.95a-RC12" + "description": "Set max player level to 40 and lower exp curve in Starsector", + "gameVersion": "0.97a-RC11" }