Skip to content

Commit

Permalink
chore: update to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
squattingmonk committed Mar 15, 2024
1 parent 1cb7993 commit cefdb23
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# nasher changelog

## 1.0.0: <date>
## 1.0.0: Marcg 15, 2024

### BREAKING CHANGE: use `nwn_script_comp` as the default script compiler
neverwinter.nim's `nwn_script_comp` is now the default script compiler. Users
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ RUN dpkg --add-architecture i386 \
&& apt upgrade -y \
&& apt-get install libc6:i386 libncurses5:i386 libstdc++6:i386 -y \
&& rm -fr /var/lib/apt/lists/* /root/.cache/* /usr/share/doc/* /var/cache/man/*
ARG NASHER_VERSION="0.22.0"
ARG NASHER_VERSION="1.0.0"
ARG NASHER_USER_ID=1000
RUN adduser nasher --disabled-password --gecos "" --uid ${NASHER_USER_ID}
RUN echo "nasher ALL=(ALL) NOPASSWD:ALL" >> /etc/sudoers && usermod -aG sudo nasher
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ version control and team collaboration.
* nasher uses json or [NWNT](https://github.com/WilliamDraco/NWNT) for its text
file format.

This guide is current as of nasher release 0.22.x.
This guide is current as of nasher release 1.0.x.

* [Installation Options](#installation-options)
* [Binary Releases](#binary-releases)
Expand Down
2 changes: 1 addition & 1 deletion nasher.nimble
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Package

version = "0.22.0"
version = "1.0.0"
author = "Michael A. Sinclair"
description = "A build tool for Neverwinter Nights projects"
license = "MIT"
Expand Down

0 comments on commit cefdb23

Please sign in to comment.