Skip to content

Commit

Permalink
Update Readme and version number
Browse files Browse the repository at this point in the history
  • Loading branch information
awlck committed Apr 17, 2022
1 parent 5914d3c commit 90c75d7
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion FrankenDrift.Runner/FrankenDrift.Runner.Mac/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<key>CFBundleIdentifier</key>
<string>de.diepixelecke.frankendrift</string>
<key>CFBundleShortVersionString</key>
<string>0.3.0</string>
<string>0.4.0</string>
<key>LSMinimumSystemVersion</key>
<string>10.12</string>
<key>CFBundleDevelopmentRegion</key>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
<TargetFramework>net6.0-windows</TargetFramework>
<ApplicationIcon>FrankenDrift_icon_ProtoType2.ico</ApplicationIcon>
<VersionPrefix>0.4.0</VersionPrefix>
<VersionSuffix>indev</VersionSuffix>
</PropertyGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
<TargetFramework>net6.0</TargetFramework>
<RootNamespace>FrankenDrift.Runner</RootNamespace>
<VersionPrefix>0.4.0</VersionPrefix>
<VersionSuffix>indev</VersionSuffix>
</PropertyGroup>

<ItemGroup>
Expand Down
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,6 @@ The following features are known not to work:
* in-line graphics (graphics always display in a separate window)
* sound
* the automatic map
* font switching is limited (some common monospace font names are recongnized and the program will attempt to
substitute one that is available on your system.)
* setting the default text font/size (color works, though)

## License

Expand Down

0 comments on commit 90c75d7

Please sign in to comment.