Skip to content

Commit

Permalink
Bump versions to 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Auburn committed Mar 5, 2024
1 parent 8d6287d commit 7ccfbc1
Show file tree
Hide file tree
Showing 11 changed files with 28 additions and 28 deletions.
2 changes: 1 addition & 1 deletion C/FastNoiseLite.h
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
// ....',;:codxkO000OOxdoc:;,''',,,;;;;,''.......',,;:clodkO00000Okxolc::;,,''..',;:ldxOKXNWWWNNK0OkkkkkkkkkkkxxddooooodxxkOOOOO000
// ....',;;clodxkkOOOkkdolc:;,,,,,,,,'..........,;:clodxkO0KKXKK0Okxdolcc::;;,,,;;:codkO0XXNNNNXKK0OOOOOkkkkxxdoollloodxkO0KKKXXXXX
//
// VERSION: 1.1.0
// VERSION: 1.1.1
// https://github.com/Auburn/FastNoiseLite

// In *one* C or C++ file, use #define FNL_IMPL to generate implementation
Expand Down
2 changes: 1 addition & 1 deletion CSharp/FastNoiseLite.cs
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
// ....',;:codxkO000OOxdoc:;,''',,,;;;;,''.......',,;:clodkO00000Okxolc::;,,''..',;:ldxOKXNWWWNNK0OkkkkkkkkkkkxxddooooodxxkOOOOO000
// ....',;;clodxkkOOOkkdolc:;,,,,,,,,'..........,;:clodxkO0KKXKK0Okxdolcc::;;,,,;;:codkO0XXNNNNXKK0OOOOOkkkkxxdoollloodxkO0KKKXXXXX
//
// VERSION: 1.1.0
// VERSION: 1.1.1
// https://github.com/Auburn/FastNoiseLite

using System;
Expand Down
2 changes: 1 addition & 1 deletion Cpp/FastNoiseLite.h
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
// ....',;:codxkO000OOxdoc:;,''',,,;;;;,''.......',,;:clodkO00000Okxolc::;,,''..',;:ldxOKXNWWWNNK0OkkkkkkkkkkkxxddooooodxxkOOOOO000
// ....',;;clodxkkOOOkkdolc:;,,,,,,,,'..........,;:clodxkO0KKXKK0Okxdolcc::;;,,,;;:codkO0XXNNNNXKK0OOOOOkkkkxxdoollloodxkO0KKKXXXXX
//
// VERSION: 1.1.0
// VERSION: 1.1.1
// https://github.com/Auburn/FastNoiseLite

#ifndef FASTNOISELITE_H
Expand Down
2 changes: 1 addition & 1 deletion GLSL/FastNoiseLite.glsl
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
// ....',;:codxkO000OOxdoc:;,''',,,;;;;,''.......',,;:clodkO00000Okxolc::;,,''..',;:ldxOKXNWWWNNK0OkkkkkkkkkkkxxddooooodxxkOOOOO000
// ....',;;clodxkkOOOkkdolc:;,,,,,,,,'..........,;:clodxkO0KKXKK0Okxdolcc::;;,,,;;:codkO0XXNNNNXKK0OOOOOkkkkxxdoollloodxkO0KKKXXXXX
//
// VERSION: 1.1.0
// VERSION: 1.1.1
// https://github.com/Auburn/FastNoiseLite

// Switch between using floats or doubles for input position
Expand Down
2 changes: 1 addition & 1 deletion Go/fastnoise.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
// ....',;:codxkO000OOxdoc:;,''',,,;;;;,''.......',,;:clodkO00000Okxolc::;,,''..',;:ldxOKXNWWWNNK0OkkkkkkkkkkkxxddooooodxxkOOOOO000
// ....',;;clodxkkOOOkkdolc:;,,,,,,,,'..........,;:clodxkO0KKXKK0Okxdolcc::;;,,,;;:codkO0XXNNNNXKK0OOOOOkkkkxxdoollloodxkO0KKKXXXXX
//
// VERSION: 1.1.0
// VERSION: 1.1.1
// https://github.com/Auburn/FastNoiseLite

package fastnoise
Expand Down
2 changes: 1 addition & 1 deletion HLSL/FastNoiseLite.hlsl
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
// ....',;:codxkO000OOxdoc:;,''',,,;;;;,''.......',,;:clodkO00000Okxolc::;,,''..',;:ldxOKXNWWWNNK0OkkkkkkkkkkkxxddooooodxxkOOOOO000
// ....',;;clodxkkOOOkkdolc:;,,,,,,,,'..........,;:clodxkO0KKXKK0Okxdolcc::;;,,,;;:codkO0XXNNNNXKK0OOOOOkkkkxxdoollloodxkO0KKKXXXXX
//
// VERSION: 1.1.0
// VERSION: 1.1.1
// https://github.com/Auburn/FastNoiseLite

// Switch between using floats or doubles for input position
Expand Down
2 changes: 1 addition & 1 deletion Java/FastNoiseLite.java
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
// ....',;:codxkO000OOxdoc:;,''',,,;;;;,''.......',,;:clodkO00000Okxolc::;,,''..',;:ldxOKXNWWWNNK0OkkkkkkkkkkkxxddooooodxxkOOOOO000
// ....',;;clodxkkOOOkkdolc:;,,,,,,,,'..........,;:clodxkO0KKXKK0Okxdolcc::;;,,,;;:codkO0XXNNNNXKK0OOOOOkkkkxxdoollloodxkO0KKKXXXXX
//
// VERSION: 1.1.0
// VERSION: 1.1.1
// https://github.com/Auburn/FastNoiseLite

// To switch between using floats or doubles for input position,
Expand Down
4 changes: 2 additions & 2 deletions JavaScript/FastNoiseLite.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
// ....',;:codxkO000OOxdoc:;,''',,,;;;;,''.......',,;:clodkO00000Okxolc::;,,''..',;:ldxOKXNWWWNNK0OkkkkkkkkkkkxxddooooodxxkOOOOO000
// ....',;;clodxkkOOOkkdolc:;,,,,,,,,'..........,;:clodxkO0KKXKK0Okxdolcc::;;,,,;;:codkO0XXNNNNXKK0OOOOOkkkkxxdoollloodxkO0KKKXXXXX
//
// VERSION: 1.1.0
// VERSION: 1.1.1
// https://github.com/Auburn/FastNoiseLite
// https://www.npmjs.com/package/fastnoise-lite
//
Expand All @@ -55,7 +55,7 @@
/**
* @description FastNoise Lite is an extremely portable open source noise generation library with a large selection of noise algorithms
* @author Jordan Peck, snowfoxsh
* @version 1.1.0
* @version 1.1.1
* @copyright Copyright(c) 2023 Jordan Peck, Contributors
* @license MIT
* @git https://github.com/Auburn/FastNoiseLite
Expand Down
18 changes: 9 additions & 9 deletions JavaScript/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ FastNoise Lite is an extremely portable open source noise generation library wit

## Features

- 2D & 3D
- OpenSimplex2 Noise
- OpenSimplex2S Noise
- Cellular (Voronoi) Noise
- Perlin Noise
- Value Noise
- Value Cubic Noise
- OpenSimplex2-based Domain Warp
- Basic Grid Gradient Domain Warp
- 2D & 3D sampling
- OpenSimplex2 noise
- OpenSimplex2S noise
- Cellular (Voronoi) noise
- Perlin noise
- Value noise
- Value Cubic noise
- OpenSimplex2-based domain warp
- Basic Grid Gradient domain warp
- Multiple fractal options for all of the above

## Getting Started
Expand Down
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@ If you are looking for a more extensive noise generation library consider using

## Features

- 2D & 3D
- OpenSimplex2 Noise
- OpenSimplex2S Noise
- Cellular (Voronoi) Noise
- Perlin Noise
- Value Noise
- Value Cubic Noise
- OpenSimplex2-based Domain Warp
- Basic Grid Gradient Domain Warp
- 2D & 3D sampling
- OpenSimplex2 noise
- OpenSimplex2S noise
- Cellular (Voronoi) noise
- Perlin noise
- Value noise
- Value Cubic noise
- OpenSimplex2-based domain warp
- Basic Grid Gradient domain warp
- Multiple fractal options for all of the above
- Supports floats and/or doubles

Expand Down
2 changes: 1 addition & 1 deletion WebPreviewApp/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.12)

project(FastNoiseLitePreview VERSION 1.1.0)
project(FastNoiseLitePreview VERSION 1.1.1)
SET(CMAKE_CXX_STANDARD 17)

include(FetchContent)
Expand Down

0 comments on commit 7ccfbc1

Please sign in to comment.