Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Darkborderman committed Aug 19, 2024
1 parent 3de91ff commit 0059fd5
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
* text=auto eol=lf
* text eol=lf
* linguist-detectable
4 changes: 2 additions & 2 deletions .github/workflows/github-repo-info.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
# Starsector-LowerLevelCurve
# Starsector-LowerLevelCurve

Set max player level to 40 and lower exp curve in Starsector
4 changes: 2 additions & 2 deletions metadata.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions mod_info.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}

0 comments on commit 0059fd5

Please sign in to comment.