Skip to content

Commit

Permalink
Release 1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
barrybecker4 committed Nov 27, 2021
1 parent f35a843 commit de49826
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ buildscript {
maven { url "https://oss.sonatype.org/content/repositories/releases" }
}
dependencies {
classpath 'com.barrybecker4:bb4-gradle:1.7-SNAPSHOT'
classpath 'com.barrybecker4:bb4-gradle:1.7'
}
}

Expand All @@ -17,7 +17,7 @@ plugins {
description = 'A Scala framework for creating simulations. Implementations include dice, graphing, ' +
'predator prey, fluid, snake, stocks, fractals, reaction diffusion, l-systems, trebuchet, and others.'
group = 'com.barrybecker4'
version = '1.7-SNAPSHOT'
version = '1.7'
ext {
archivesBaseName = 'bb4-simulation'
mainClass = "com.barrybecker4.simulation.dice.DiceSimulator"
Expand All @@ -32,12 +32,12 @@ dependencies {
implementation 'org.scala-lang.modules:scala-parser-combinators_3:2.1.0'
implementation 'org.scala-lang.modules:scala-parallel-collections_3:1.0.4'
implementation 'com.google.code.gson:gson:2.8.9'
implementation 'com.barrybecker4:bb4-expression:1.7-SNAPSHOT'
implementation 'com.barrybecker4:bb4-sound:1.7-SNAPSHOT'
implementation 'com.barrybecker4:bb4-optimization:1.7-SNAPSHOT'
implementation 'com.barrybecker4:bb4-ui:1.7-SNAPSHOT'
implementation 'com.barrybecker4:bb4-common:1.7-SNAPSHOT'
implementation 'com.barrybecker4:bb4-math:1.7-SNAPSHOT'
implementation 'com.barrybecker4:bb4-expression:1.7'
implementation 'com.barrybecker4:bb4-sound:1.7'
implementation 'com.barrybecker4:bb4-optimization:1.7'
implementation 'com.barrybecker4:bb4-ui:1.7'
implementation 'com.barrybecker4:bb4-common:1.7'
implementation 'com.barrybecker4:bb4-math:1.7'

}

Expand Down
2 changes: 1 addition & 1 deletion source/html/simulations_index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ <h1>Simulations</h1>
Examples include reaction diffusion, fractals, snakes, stocks, dice, fluid flow, and many more.
</p>
<p>
Download this <a href="https://github.com/bb4/bb4-simulations/releases/download/@version@/bb4-simulations-@version@.zip">zip file</a> and unzip it.
Download this <a href="https://github.com/bb4/bb4-simulations/releases/download/@version@-release/bb4-simulations-@version@.zip">zip file</a> and unzip it.
Then in the bin directory <a href="../bb4-common/run-instructions.html">run</a> one of commands indicated below.
</p>
<br>
Expand Down

0 comments on commit de49826

Please sign in to comment.