Skip to content

Commit

Permalink
Merge pull request #126 from ChrisAdderley/dev
Browse files Browse the repository at this point in the history
Release 1.1.3
  • Loading branch information
ChrisAdderley committed Aug 3, 2020
2 parents 293d388 + 5ba8d25 commit e198841
Show file tree
Hide file tree
Showing 9 changed files with 26 additions and 13 deletions.
6 changes: 3 additions & 3 deletions .mod_data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ dependencies: # Configure dependencies
version: 4.1.3
location: s3
B9PartSwitch:
version: 2.16.0
version: 2.17.0
location: s3
CommunityResourcePack:
version: 1.0.0
version: 1.3.0
location: s3
DynamicBatteryStorage:
tag: 2.1.6
tag: 2.1.7
location: github
repository: ChrisAdderley/DynamicBatteryStorage
deploy:
Expand Down
1 change: 1 addition & 0 deletions GameData/NearFutureElectrical/Localization/de-de.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -232,3 +232,4 @@ Localization
#LOC_NFElectrical_ReactorUI_NotInstalled = keine Reaktoren gefunden
#LOC_NFElectrical_ReactorUI_AdvancedControls = ERWEITERTE STEUERUNG
}
}
1 change: 1 addition & 0 deletions GameData/NearFutureElectrical/Localization/en-us.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -235,3 +235,4 @@ Localization
#LOC_NFElectrical_ReactorUI_NotInstalled = No nuclear reactors found!
#LOC_NFElectrical_ReactorUI_AdvancedControls = ADVANCED CONTROLS
}
}
2 changes: 2 additions & 0 deletions GameData/NearFutureElectrical/Localization/es-es.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -233,3 +233,5 @@ Localization
#LOC_NFElectrical_ReactorUI_NotInstalled = ¡No se encontraron reactores nucleares!
#LOC_NFElectrical_ReactorUI_AdvancedControls = CONTROLES AVANZADOS
}
}

1 change: 1 addition & 0 deletions GameData/NearFutureElectrical/Localization/pt-br.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -231,3 +231,4 @@ Localization
#LOC_NFElectrical_ReactorUI_NotInstalled = Nenhum reator nuclear encontrado!
#LOC_NFElectrical_ReactorUI_AdvancedControls = CONTROLES AVANÇADOS
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
{
"MAJOR":1,
"MINOR":1,
"PATCH":2,
"PATCH":3,
"BUILD":0
},
"KSP_VERSION":
{
"MAJOR":1,
"MINOR":9,
"MINOR":10,
"PATCH":1
},
"KSP_VERSION_MIN":{
Expand All @@ -22,7 +22,7 @@
},
"KSP_VERSION_MAX":{
"MAJOR":1,
"MINOR":9,
"MINOR":10,
"PATCH":99
}
}
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ Ever wanted some futuristic energy generation that wasn't too... futuristic? I h

### Required
These components are required for the mod to function and are bundled as part of any download:
* [ModuleManager (4.1.3)](https://github.com/sarbian/ModuleManager)
* [B9PartSwitch (2.16.0)](https://github.com/blowfishpro/B9PartSwitch)
* [ModuleManager (4.1.4)](https://github.com/sarbian/ModuleManager)
* [B9PartSwitch (2.17.0)](https://github.com/blowfishpro/B9PartSwitch)
* [Community Resource Pack (1.3.0)](https://github.com/BobPalmer/CommunityResourcePack)
* [DynamicBatteryStorage (2.1.6)](https://github.com/ChrisAdderley/DynamicBatteryStorage)
* [DynamicBatteryStorage (2.1.7)](https://github.com/ChrisAdderley/DynamicBatteryStorage)

## Installation

Expand Down
8 changes: 8 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
v1.1.3
------
- KSP 1.10
- Updated B9PartSwitch to 2.17.0
- Updated DynamicBatteryStorage to 2.1.7
- Updated ModuleManager to 4.1.4
- Updated CRP to 1.3.0 (Really this time)

v1.1.2
------
- Updated B9PartSwitch to 2.16.0
Expand Down
8 changes: 4 additions & 4 deletions readme.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
==================================
NEAR FUTURE ELECTRICAL PACK v1.1.2
NEAR FUTURE ELECTRICAL PACK v1.1.3
==================================

This pack contains advanced electrical parts - capacitors, nuclear reactors and new battery packs.
Expand All @@ -9,10 +9,10 @@ DEPENDENCIES
============

Required:
- B9PartSwitch (2.16.0)
- B9PartSwitch (2.17.0)
- Community Resource Pack (1.3.0)
- ModuleManager (4.1.3)
- DynamicBatteryStorage (2.1.6)
- ModuleManager (4.1.4)
- DynamicBatteryStorage (2.1.7)

Optional
- Community Tech Tree (v2.2+)
Expand Down

0 comments on commit e198841

Please sign in to comment.